dtpad: Resolve 7 compiler warnings.

This commit is contained in:
Peter Howkins
2015-01-13 14:50:05 +00:00
parent 8baeb4c0a0
commit f913c616ee
2 changed files with 8 additions and 8 deletions

View File

@@ -1822,7 +1822,7 @@ Usage(
template = (GETMESSAGE(7,10, message_string2));
fprintf (stderr, template);
fprintf (stderr, "%s", template);
exit (0);
}