diff scan.c @ 9:987c90810883

Fix a warning.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Jun 2018 11:37:08 +0300
parents ec2f8f6f1dc9
children fe4d840c13eb
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: