mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Use minus signs, not hyphens, in "--i".
This commit is contained in:
2
libpng.3
2
libpng.3
@@ -5706,7 +5706,7 @@ C binary operator and after "for" or "while", and before
|
|||||||
being cast, nor do we put one between a function name and the
|
being cast, nor do we put one between a function name and the
|
||||||
left parenthesis that follows it:
|
left parenthesis that follows it:
|
||||||
|
|
||||||
for (i = 2; i > 0; --i)
|
for (i = 2; i > 0; \-\-i)
|
||||||
y[i] = a(x) + (int)b;
|
y[i] = a(x) + (int)b;
|
||||||
|
|
||||||
We prefer #ifdef and #ifndef to #if defined() and #if !defined()
|
We prefer #ifdef and #ifndef to #if defined() and #if !defined()
|
||||||
|
|||||||
Reference in New Issue
Block a user