*** empty log message ***

This commit is contained in:
hyung-hwan 2005-05-21 08:51:50 +00:00
parent 17a14a36bc
commit 85b20473ac

View File

@ -28,12 +28,10 @@ int xp_main (int argc, xp_char_t* argv[])
xp_stx_t stx; xp_stx_t stx;
xp_stx_word_t i; xp_stx_word_t i;
#ifndef _DOS
if (xp_setlocale () == -1) { if (xp_setlocale () == -1) {
printf ("cannot set locale\n"); printf ("cannot set locale\n");
return -1; return -1;
} }
#endif
if (argc != 2) { /* TODO: argument processing */ if (argc != 2) { /* TODO: argument processing */
xp_printf (XP_TEXT("Usage: %s [-f imageFile] MainClass\n"), argv[0]); xp_printf (XP_TEXT("Usage: %s [-f imageFile] MainClass\n"), argv[0]);