summaryrefslogtreecommitdiff
path: root/libpng.3
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-08-13 18:54:34 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-08-13 18:54:34 -0500
commit7191f6e9e67917c947b8574fd9ef55159bee8431 (patch)
treeb30855fed3822dce74d0fd2c773486637322d831 /libpng.3
parent4dcbf24d8225505fb2c6df6910dc26bd213a2121 (diff)
downloadlibpng-7191f6e9e67917c947b8574fd9ef55159bee8431.tar.gz
[libpng16] Use minus signs, not hyphens, in "--i".
Diffstat (limited to 'libpng.3')
-rw-r--r--libpng.32
1 files changed, 1 insertions, 1 deletions
diff --git a/libpng.3 b/libpng.3
index 18e21a0e1..064bf4c74 100644
--- a/libpng.3
+++ b/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
left parenthesis that follows it:
- for (i = 2; i > 0; --i)
+ for (i = 2; i > 0; \-\-i)
y[i] = a(x) + (int)b;
We prefer #ifdef and #ifndef to #if defined() and #if !defined()