aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.h
diff options
context:
space:
mode:
authornneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>2000-12-22 22:26:19 +0000
committernneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>2000-12-22 22:26:19 +0000
commit4f19abbb673c301bd1cf4af45f60e34a161d9e5e (patch)
tree36cfb92ed07657953cdc9880d70661a704ee1fb6 /epan/filesystem.h
parentc15d18e8d5b9c23b0e1eb4753520345cdfb4244c (diff)
fix '#endif FRED' to '#endif /* FRED */'
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2771 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/filesystem.h')
-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 */