From 8ab1d23ac008632074cbd58cb83690c45b92d5c0 Mon Sep 17 00:00:00 2001 From: Antonio Huete Jimenez Date: Sat, 5 Nov 2011 18:49:24 +0100 Subject: [PATCH] libhammer - Fix a misplaced #endif for the header guardian. --- lib/libhammer/libhammer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libhammer/libhammer.h b/lib/libhammer/libhammer.h index 7d18919ebe..ee4283ea71 100644 --- a/lib/libhammer/libhammer.h +++ b/lib/libhammer/libhammer.h @@ -141,8 +141,6 @@ libhammer_get_last_pfs(libhammer_volinfo_t volinfo) return TAILQ_LAST(&volinfo->list_pseudo, pfslist); } -#endif - /* * MISC directive prototypes */ @@ -150,3 +148,5 @@ __BEGIN_DECLS char *libhammer_find_pfs_mount(int, uuid_t, int); void *_libhammer_malloc(size_t); __END_DECLS + +#endif -- 2.41.0