fixed compile and runtime errors
This commit is contained in:
parent
aa94d80145
commit
2cfb92d97b
|
@ -1,4 +1,6 @@
|
||||||
# Initial test script
|
# Initial test script
|
||||||
|
import upiwin_tmp
|
||||||
|
|
||||||
FBPRIMCLR_BLACK = 0x0000
|
FBPRIMCLR_BLACK = 0x0000
|
||||||
FBPRIMCLR_RED = 0xF800
|
FBPRIMCLR_RED = 0xF800
|
||||||
FBPRIMCLR_GREEN = 0x07E0
|
FBPRIMCLR_GREEN = 0x07E0
|
||||||
|
|
|
@ -163,7 +163,7 @@ static HRESULT parse_cmdline(int argc, char *argv[], GLOBAL_CONFIG *parsed)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
fprintf(stderr, "%s: no script specified\n", argv[0], c);
|
fprintf(stderr, "%s: no script specified\n", argv[0]);
|
||||||
return UPIWIN_E_NOSCRIPT;
|
return UPIWIN_E_NOSCRIPT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user