diff options
Diffstat (limited to 'cochran.c')
-rw-r--r-- | cochran.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -285,6 +285,8 @@ static int cochran_predive_event_bytes(unsigned char code) return emc_event_bytes[x][1]; break; } + + return 0; } int cochran_dive_event_bytes(unsigned char event) |