# HG changeset patch # User lost@l-w.ca # Date 1301805461 21600 # Node ID 31adb7c09b4ee36bee24258aa82c3d472501d1ba # Parent c6b8b455d67fca253931253b40daf720aa8baac6 Cosmetic fixup in listings for SETDP diff -r c6b8b455d67f -r 31adb7c09b4e lwasm/list.c --- a/lwasm/list.c Sat Apr 02 22:33:39 2011 -0600 +++ b/lwasm/list.c Sat Apr 02 22:37:41 2011 -0600 @@ -65,7 +65,7 @@ { if (cl -> dsize == 1) { - fprintf(of, " %02X ", cl -> dshow & 0xff); + fprintf(of, " %02X ", cl -> dshow & 0xff); } else {