mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
Update: Corrected header guard
This commit is contained in:
parent
b1979946c4
commit
e1532e3e47
@ -16,8 +16,8 @@
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef IGLOO_H
|
||||
# define IGLOO_H 1
|
||||
#ifndef _LIBIGLOO__IGLOO_H_
|
||||
#define _LIBIGLOO__IGLOO_H_
|
||||
/**
|
||||
* @file
|
||||
* Put a good description of this file here
|
||||
@ -33,4 +33,4 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* ! IGLOO_H */
|
||||
#endif /* ! _LIBIGLOO__IGLOO_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user