Fixed some typos
authorewt <devnull@localhost>
Thu, 19 Jun 1997 14:16:59 +0000 (14:16 +0000)
committerewt <devnull@localhost>
Thu, 19 Jun 1997 14:16:59 +0000 (14:16 +0000)
CVS patchset: 1703
CVS date: 1997/06/19 14:16:59

misc/getmntent.c

index 5bea0aa..ebce8ab 100644 (file)
@@ -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
+