summaryrefslogtreecommitdiff
path: root/mount/sundries.c
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2006-12-07 00:25:49 +0100
committerKarel Zak <kzak@redhat.com>2006-12-07 00:25:49 +0100
commite8f2641919de90b488ce3788a7795b88311750b5 (patch)
tree68f3732da38ff1b21ec49780d7c830250329fec9 /mount/sundries.c
parent364cda4857f7dd5e2b4e2eb7583a2eaa279ef4ed (diff)
downloadutil-linux-old-e8f2641919de90b488ce3788a7795b88311750b5.tar.gz
Imported from util-linux-2.11m tarball.
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 59b06967..621282cf 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;