From: ol.sc Date: Sun, 14 Oct 2012 12:51:02 +0000 (+0000) Subject: Removed TABs. X-Git-Tag: V2.14~225 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e0efad70bf5bba7877bc9f8f3184f6e2f3765b39;p=cc65 Removed TABs. git-svn-id: svn://svn.cc65.org/cc65/trunk@5849 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/apple2/getdevice.s b/libsrc/apple2/getdevice.s index bc2896991..d07420902 100644 --- a/libsrc/apple2/getdevice.s +++ b/libsrc/apple2/getdevice.s @@ -37,9 +37,9 @@ next: tax ; Number of on-line devices (minus 1) ldy DEVCNT - ; Does the list contain the device? + ; Does the list contain the device? : cmp (ptr1),y - beq done + beq done dey bpl :- bmi next ; Branch always