diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-12 15:58:54 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-12 15:58:54 -0500 |
commit | 6f4a632c756ef4085c56bc6b48929e8ef92f9c8b (patch) | |
tree | 9de4553c1b255be44d9dd6b9c896920fedbee879 | |
parent | 7bf4de8faaf66c25053e9b74a3867a130a1ec67d (diff) | |
download | uxd-6f4a632c756ef4085c56bc6b48929e8ef92f9c8b.tar.gz |
remove bogus comment
-rw-r--r-- | uxd.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -265,7 +265,6 @@ int dump_utf8_char(void) { } } - /* TODO: handle BOM? what about combining diacritics? */ if(bad) { fg = BAD_FG; bg = BAD_BG; |