diff options
Diffstat (limited to 'src/apple.c')
-rw-r--r-- | src/apple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apple.c b/src/apple.c index ba2cfb6..18f1763 100644 --- a/src/apple.c +++ b/src/apple.c @@ -104,7 +104,7 @@ void SetMemory(address x, byte y){ byte UserInput() { #ifdef GRAPHICAL - + // SDL code #else int c = getch(); #endif |