From c642c9373e8acf5c18280ad24610a313ff9fb6f1 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 24 Aug 2007 09:28:44 +0000 Subject: Leading underscores in identifiers are forbidden. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24135 b3059339-0415-0410-9bf9-f77b7e298cf2 --- unrarlib.h | 6 +++--- 1 file 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 */ -- cgit v1.2.3