Skip to content

Commit

Permalink
Remove comma from the setjmp.h string literal
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Jun 15, 2017
1 parent 08c6edf commit 10f5376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dman.d
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ string CHeader(string topic)
static string[] dmccmds =
[
"assert.h", "complex.h", "ctype.h", "fenv.h",
"float.h", "locale.h", "math.h", "setjmp.h,",
"float.h", "locale.h", "math.h", "setjmp.h",
"signal.h", "stdarg.h", "stddef.h", "stdio.h",
"stdlib.h", "string.h", "time.h", "gc.h",
"bios.h", "cerror.h", "disp.h", "dos.h",
Expand Down

0 comments on commit 10f5376

Please sign in to comment.