From d9c2256fa29e4c27616de7619795bee31d8d4656 Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Fri, 22 Dec 2000 22:26:19 +0000 Subject: fix '#endif FRED' to '#endif /* FRED */' svn path=/trunk/; revision=2771 --- epan/filesystem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan') 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 @@ -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 */ -- cgit v1.2.3