summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unrarlib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/unrarlib.h b/unrarlib.h
index 96416601a4..e4002c1b6d 100644
--- a/unrarlib.h
+++ b/unrarlib.h
@@ -34,8 +34,8 @@
/* (C) 2000-2002 by Christian Scheurer aka. UniquE */
/* multi-OS version (Win32, Linux and SUN) */
-#ifndef __URARLIB_H
-#define __URARLIB_H
+#ifndef URARLIB_H
+#define URARLIB_H
#ifdef __cplusplus
extern "C"
@@ -200,5 +200,5 @@ extern void urarlib_freelist(ArchiveList_struct *list);
};
#endif
-#endif
+#endif /* URARLIB_H */