diff options
| author | 2006-04-24 17:28:49 +0000 | |
|---|---|---|
| committer | 2006-04-24 17:28:49 +0000 | |
| commit | 8b02407d93810de79cf62e7aee38e725912d63db (patch) | |
| tree | f06eabeb9efd9b401a0c937e82753d68e91586a2 /include | |
| parent | Missing includes (diff) | |
Fix various typos and warnings
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3907 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 558056198..7d6e3803e 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -42,7 +42,7 @@ */ #define IS_SINGLE(x,y) ( (*x == y) && (*(x+1) == 0) ) -#define DELETE(x) { log(DEBUG,"%s:%s: delete()",__FILE__,__LINE__); delete x; } +#define DELETE(x) { log(DEBUG,"%s:%d: delete()",__FILE__,__LINE__); delete x; } template<typename T> inline std::string ConvToStr(const T &in) { |
