Skip to content

Commit 3626ed5

Browse files
committed
fix: broken header guardars because of typo (regression?)
1 parent 65bda75 commit 3626ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-build.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* See: https://www.reddit.com/r/C_Programming/comments/sf95m3/comment/huojrjn
66
*/
7-
#ifndef JSON_BUILD_
7+
#ifndef JSON_BUILD_H
88
#define JSON_BUILD_H
99

1010
#include <stddef.h>

0 commit comments

Comments
 (0)