Leading underscores in identifiers are forbidden.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24135 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-24 09:28:44 +00:00
parent 437895cc46
commit c642c9373e
1 changed files with 3 additions and 3 deletions

View File

@ -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 */