aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/make-docfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index b865845cfcf..58062efeee1 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -217,7 +217,7 @@ write_c_args (out, func, buf, minargs, maxargs)
217 || ('0' <= p[6] && p[6] <= '9') 217 || ('0' <= p[6] && p[6] <= '9')
218 || p[6] == '_')) 218 || p[6] == '_'))
219 { 219 {
220 fprintf (out, "default"); 220 fprintf (out, "DEFAULT");
221 p += 5; 221 p += 5;
222 in_ident = 0; 222 in_ident = 0;
223 just_spaced = 0; 223 just_spaced = 0;