X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=listing.c;h=f2f361336315a9d843bb069f7cd9b95ce09256dc;hp=d5a22964ab54e9823f6620a90b4892e0e4e288b7;hb=HEAD;hpb=dc4424acbe61ff3a41ec3e46e60bf102ef59327b 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)