summaryrefslogtreecommitdiff
path: root/src/port/snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/snprintf.c')
-rw-r--r--src/port/snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/snprintf.c b/src/port/snprintf.c
index 62b23b0c1f3..231e5d6bdb4 100644
--- a/src/port/snprintf.c
+++ b/src/port/snprintf.c
@@ -364,7 +364,7 @@ nextch1:
goto nextch1;
case '*':
if (afterstar)
- have_non_dollar = true; /* multiple stars */
+ have_non_dollar = true; /* multiple stars */
afterstar = true;
accum = 0;
goto nextch1;