Skip to content

Commit 109d071

Browse files
authored
Merge pull request #16 from cniethammer/fix-header-guard
Fix header guard
2 parents bfd1254 + dffced7 commit 109d071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#ifndef BINRAY_INFO_H
1+
#ifndef BINARY_INFO_H
22
#define BINARY_INFO_H
33

44
#include <stdio.h>

0 commit comments

Comments
 (0)