Skip to content

Commit 82ac57d

Browse files
committed
oops, avoid using a reserved identifier
1 parent 9efa0ea commit 82ac57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

silk/debug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ POSSIBILITY OF SUCH DAMAGE.
2929
#include "config.h"
3030
#endif
3131

32-
typedef int _prevent_empty_translation_unit_warning;
32+
typedef int prevent_empty_translation_unit_warning;
3333

3434
#include "debug.h"
3535

0 commit comments

Comments
 (0)