summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-06-19 14:16:59 +0000
committerewt <devnull@localhost>1997-06-19 14:16:59 +0000
commit300911b8b7e64e91701d81cb1d16e719b2bde17f (patch)
treeeb51754b9be94967d84165eccd2dba322b3030ae /misc
parentbfad9c327187b2e69b3fcd1a2fe22ad57cae23fe (diff)
downloadlibrpm-tizen-300911b8b7e64e91701d81cb1d16e719b2bde17f.tar.gz
librpm-tizen-300911b8b7e64e91701d81cb1d16e719b2bde17f.tar.bz2
librpm-tizen-300911b8b7e64e91701d81cb1d16e719b2bde17f.zip
Fixed some typos
CVS patchset: 1703 CVS date: 1997/06/19 14:16:59
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
+