aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>2000-12-22 22:26:19 +0000
committerNathan Neulinger <nneul@umr.edu>2000-12-22 22:26:19 +0000
commitd9c2256fa29e4c27616de7619795bee31d8d4656 (patch)
tree36cfb92ed07657953cdc9880d70661a704ee1fb6 /epan
parente7c08b87ae14c512e0ad0d71684bc245341201e0 (diff)
fix '#endif FRED' to '#endif /* FRED */'
svn path=/trunk/; revision=2771
Diffstat (limited to 'epan')
-rw-r--r--epan/filesystem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/filesystem.h b/epan/filesystem.h
index e8345daf3c..8c0455549c 100644
--- a/epan/filesystem.h
+++ b/epan/filesystem.h
@@ -1,7 +1,7 @@
/* filesystem.h
* Filesystem utility definitions
*
- * $Id: filesystem.h,v 1.1 2000/09/28 03:16:16 gram Exp $
+ * $Id: filesystem.h,v 1.2 2000/12/22 22:26:19 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -30,4 +30,4 @@
* variable, or a default directory if HOME is not set */
const char* get_home_dir(void);
-#endif FILESYSTEM_H
+#endif /* FILESYSTEM_H */