*** empty log message ***

This commit is contained in:
hyung-hwan 2005-05-20 04:49:08 +00:00
parent 43e334a429
commit cc2c7f7c2c

View File

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