summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pathnames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pathnames.h b/include/pathnames.h
index ed8ea330d..2e877cf32 100644
--- a/include/pathnames.h
+++ b/include/pathnames.h
@@ -15,7 +15,7 @@
#endif
/* used by kernel in /proc (e.g. /proc/swaps) for deleted files */
-#define PATH_DELETED_SUFFIX "\\040(deleted)"
+#define PATH_DELETED_SUFFIX " (deleted)"
#define PATH_DELETED_SUFFIX_SZ (sizeof(PATH_DELETED_SUFFIX) - 1)
/* DEFPATHs from <paths.h> don't include /usr/local */