git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cppcheck silencing
[exim.git]
/
src
/
src
/
exim.c
diff --git
a/src/src/exim.c
b/src/src/exim.c
index 7a067c03f03f92b88dd09991e71ddcb56df3f86a..201bf6e8e5cb92d17a601cf45bab882c0c5592c3 100644
(file)
--- a/
src/src/exim.c
+++ b/
src/src/exim.c
@@
-1393,7
+1393,7
@@
DEBUG(D_any)
# ifdef __VERSION__
g = string_fmt_append(g, "Compiler: GCC [%s]\n", __VERSION__);
# else
# ifdef __VERSION__
g = string_fmt_append(g, "Compiler: GCC [%s]\n", __VERSION__);
# else
- g = string_fmt_append(g, "Compiler: GCC [%s]\n", "? unknown version ?";
+ g = string_fmt_append(g, "Compiler: GCC [%s]\n", "? unknown version ?"
)
;
# endif
#else
g = string_cat(g, US"Compiler: <unknown>\n");
# endif
#else
g = string_cat(g, US"Compiler: <unknown>\n");