summaryrefslogtreecommitdiff
path: root/misc/getmntent.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/getmntent.c')
-rw-r--r--misc/getmntent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/getmntent.c b/misc/getmntent.c
index ebce8ab34..d2455a266 100644
--- a/misc/getmntent.c
+++ b/misc/getmntent.c
@@ -11,7 +11,7 @@
#define COMMENTCHAR '#'
#endif
-#if HAVE_STRUCT_MNTTAB {
+#if HAVE_STRUCT_MNTTAB
our_mntent * getmntent(FILE *filep) {
static struct mnttab entry;
static our_mntent item = { entry.mt_filsys };