Mercurial > hg > index.cgi
comparison lwasm/list.c @ 42:31adb7c09b4e
Cosmetic fixup in listings for SETDP
author | lost@l-w.ca |
---|---|
date | Sat, 02 Apr 2011 22:37:41 -0600 |
parents | 5ecdc4dae84d |
children | bd8b3fbd1e28 |
comparison
equal
deleted
inserted
replaced
41:c6b8b455d67f | 42:31adb7c09b4e |
---|---|
63 } | 63 } |
64 else if (cl -> dshow >= 0) | 64 else if (cl -> dshow >= 0) |
65 { | 65 { |
66 if (cl -> dsize == 1) | 66 if (cl -> dsize == 1) |
67 { | 67 { |
68 fprintf(of, " %02X ", cl -> dshow & 0xff); | 68 fprintf(of, " %02X ", cl -> dshow & 0xff); |
69 } | 69 } |
70 else | 70 else |
71 { | 71 { |
72 fprintf(of, " %04X ", cl -> dshow & 0xff); | 72 fprintf(of, " %04X ", cl -> dshow & 0xff); |
73 } | 73 } |