X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=listing.c;fp=listing.c;h=e13856ee9391e7fa354b717d45953712219aa5b4;hp=d5a22964ab54e9823f6620a90b4892e0e4e288b7;hb=253a4352d61d123a20ebb8999127a58498543e8d;hpb=db581e2d9efe477db3a70fb8e947f3d009545d09 diff --git a/listing.c b/listing.c index d5a2296..e13856e 100644 --- a/listing.c +++ b/listing.c @@ -132,7 +132,7 @@ void date_string(char * buf, uint32_t date) // // Transform letters a-f in the address and data columns of the listing to -// uppercase. (People seem to like uppercase hex better in assembly-language +// uppercase. (People seem to like uppercase hex better in assembly-language // listings....) // void uc_ln(char * ln)