Browse Source

Update mode.asm

Fix for Linux build.
pull/207/head
Wayne Warthen 5 years ago
parent
commit
88e7b7b7ae
  1. 4
      Source/Apps/mode.asm

4
Source/Apps/mode.asm

@ -984,8 +984,8 @@ err2: ; without the string
; Utility modules ; Utility modules
;=============================================================================== ;===============================================================================
; ;
#include "Encode.asm"
#include "Decode.asm"
#include "encode.asm"
#include "decode.asm"
#include "bcd.asm" #include "bcd.asm"
; ;
;=============================================================================== ;===============================================================================

Loading…
Cancel
Save