changeset 9:987c90810883

Fix a warning.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Jun 2018 11:37:08 +0300
parents 7b3b9d04d337
children 122134900c0e
files scan.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scan.c	Wed Jun 27 11:36:29 2018 +0300
+++ b/scan.c	Wed Jun 27 11:37:08 2018 +0300
@@ -186,6 +186,8 @@
 	PutLowByte (addr);
 	PutHighByte (addr);
       }
+      return 0;
+
     case S_BRA:
     case S_RTS:
     case S_RTI: