mirror of
https://github.com/DarkStore-3DS/bannertool.git
synced 2026-07-03 00:39:33 +00:00
Fix header include guards names
Symbols starting with two underscores are reserved, as per the C standard.
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
#ifndef __LZ11_H__
|
||||
#define __LZ11_H__
|
||||
#ifndef LZ11_H
|
||||
#define LZ11_H
|
||||
|
||||
#include "../types.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user