diff options
Diffstat (limited to 'com32/samples/keytest.c')
-rw-r--r-- | com32/samples/keytest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/samples/keytest.c b/com32/samples/keytest.c index d10bd665..0433201e 100644 --- a/com32/samples/keytest.c +++ b/com32/samples/keytest.c @@ -33,7 +33,7 @@ static void cooked_keys(void) printf("[cooked]"); for(;;) { - key = get_key(stdin); + key = get_key(stdin, 0); if ( key == 0x03 ) { printf("[done]\n"); |