Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix header guard
  • Loading branch information
falkTX committed Apr 11, 2017
1 parent 20bc92f commit 8fc38f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hylia.h
Expand Up @@ -15,8 +15,8 @@
* along with Hylia. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef MOD_LINK_H_INCLUDED
#define MOD_LINK_H_INCLUDED
#ifndef HYLIA_H_INCLUDED
#define HYLIA_H_INCLUDED

#include <stdint.h>

Expand Down Expand Up @@ -44,4 +44,4 @@ void hylia_cleanup(hylia_t* link);
}
#endif

#endif // MOD_LINK_H_INCLUDED
#endif // HYLIA_H_INCLUDED

0 comments on commit 8fc38f3

Please sign in to comment.