mirror of https://github.com/mpv-player/mpv
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:
parent
437895cc46
commit
c642c9373e
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue