diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-07 22:52:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-07 22:52:35 +0300 |
commit | 5e14ab971129eb95ca02e373fc21adb46c0eaca1 (patch) | |
tree | 5316f688c7f617776b7e70c9f64932fe7596cadb /src/main.cpp | |
parent | ed950471f7ae02c4618fa995c305832f12dc9cd7 (diff) | |
download | ManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.gz ManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.bz2 ManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.xz ManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.zip |
Remove undescore from variables and defines.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 5f565a091..faeedadaa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -211,7 +211,7 @@ static void initInternationalization() #endif } -static void xmlNullLogger(void *ctx _UNUSED_, const char *msg _UNUSED_, ...) +static void xmlNullLogger(void *ctx A_UNUSED, const char *msg A_UNUSED, ...) { // Does nothing, that's the whole point of it } |