summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/getmntent.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/getmntent.c b/misc/getmntent.c
index 5bea0aa21..ebce8ab34 100644
--- a/misc/getmntent.c
+++ b/misc/getmntent.c
@@ -20,7 +20,7 @@ our_mntent * getmntent(FILE *filep) {
return &item;
}
-#else {
+#else
our_mntent *getmntent(FILE *filep) {
static our_mntent item = { NULL };
char buf[1024], * start;
@@ -66,4 +66,5 @@ our_mntent *getmntent(FILE *filep) {
return NULL;
}
-}
+#endif
+