diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_hugehelp.c.cvs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_hugehelp.c.cvs b/src/tool_hugehelp.c.cvs index 2499a4836..6ec5e9149 100644 --- a/src/tool_hugehelp.c.cvs +++ b/src/tool_hugehelp.c.cvs @@ -25,5 +25,5 @@ void hugehelp(void) { - puts ( "This is a silly replacement for the actual file."); + puts("This is a silly replacement for the actual file."); } |