*** empty log message ***

This commit is contained in:
2005-02-05 06:30:24 +00:00
parent 0af87a6d78
commit 6192b3d24f
2 changed files with 10 additions and 2 deletions

View File

@ -42,7 +42,7 @@ int xp_main (int argc, xp_char_t* argv[])
mtrace ();
#endif
if (argc != 3) {
xp_fprintf (xp_stderr, XP_TEXT("usage: %s mem_ubound mem_ubound_inc\n"), argv[0]);
xp_fprintf (xp_stderr, XP_TEXT("usage: %ls mem_ubound mem_ubound_inc\n"), argv[0]);
return -1;
}