Remove annoying -Wall warning.
This commit is contained in:
parent
c0d06fe463
commit
e6068a345f
@ -257,7 +257,7 @@ escape(fmt)
|
|||||||
register char *store;
|
register char *store;
|
||||||
register int value, c;
|
register int value, c;
|
||||||
|
|
||||||
for (store = fmt; c = *fmt; ++fmt, ++store) {
|
for (store = fmt; (c = *fmt); ++fmt, ++store) {
|
||||||
if (c != '\\') {
|
if (c != '\\') {
|
||||||
*store = c;
|
*store = c;
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user