This website works better with JavaScript
Home
Explore
Help
Sign In
tobyh
/
wraith-ircbot
mirror of
https://github.com/wraith/wraith.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix header guard
Reported by: clang34
Bryan Drewery
12 years ago
parent
2ec9f5f697
commit
fe6bfd1b8c
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/sprintf.h
+ 1
- 1
src/sprintf.h
View File
@@ -1,4 +1,4 @@
-#ifndef _SPRINTF
H
_H
+#ifndef _SPRINTF_H
#define _SPRINTF_H