]> git.draconx.ca Git - cdecl99.git/commitdiff
Fix broken include guard.
authorNick Bowler <nbowler@draconx.ca>
Tue, 5 Jul 2011 23:20:37 +0000 (19:20 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 5 Jul 2011 23:20:37 +0000 (19:20 -0400)
src/cdecl.h

index 536135f0e0ec90b822b4e8f5e4e761107a1d609d..807ad6a687145e4d0dab486a7d9c1036463b6300 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef CDECL_H_
-#define CEDCL_H_
+#define CDECL_H_
 
 #include <stddef.h>
 #include <stdint.h>