summaryrefslogtreecommitdiffstats
path: root/mount/sundries.c
diff options
context:
space:
mode:
Diffstat (limited to 'mount/sundries.c')
-rw-r--r--mount/sundries.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/sundries.c b/mount/sundries.c
index 59b069678..621282cf5 100644
--- a/mount/sundries.c
+++ b/mount/sundries.c
@@ -193,7 +193,7 @@ matching_type (const char *type, const char *types) {
char *
canonicalize (const char *path) {
char *canonical;
-
+
if (path == NULL)
return NULL;