1
0
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:
Philipp Schafft 2018-11-02 11:30:49 +00:00
parent b1979946c4
commit e1532e3e47

View File

@ -16,8 +16,8 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
#ifndef IGLOO_H #ifndef _LIBIGLOO__IGLOO_H_
# define IGLOO_H 1 #define _LIBIGLOO__IGLOO_H_
/** /**
* @file * @file
* Put a good description of this file here * Put a good description of this file here
@ -33,4 +33,4 @@ extern "C" {
} }
#endif #endif
#endif /* ! IGLOO_H */ #endif /* ! _LIBIGLOO__IGLOO_H_ */