aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/gbe/files/patch-debug.c
blob: 6d3692518c42f511531f7c8a36de79b0c6549552 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- debug.c.orig    2012-07-01 20:00:16.000000000 +0200
+++ debug.c 2012-07-01 20:00:39.000000000 +0200
@@ -352,7 +352,7 @@
 void gbz80_debugger(void *garbage)
 {
    printf("Debugger not available!\n");
-   return 0;
+   return;
 }
 
 #endif