summary refs log tree commit diff
path: root/bin/fbclock.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-04-16 22:37:02 -0400
committerJune McEnroe <june@causal.agency>2018-04-16 22:37:19 -0400
commit0ec89d0df5385cf40b204dff84ea47ded7985236 (patch)
treeaf718e3bbd7588cc060fe5669f2a650b3a93660b /bin/fbclock.c
parentAdd 0 bind to brot (diff)
downloadsrc-0ec89d0df5385cf40b204dff84ea47ded7985236.tar.gz
src-0ec89d0df5385cf40b204dff84ea47ded7985236.zip
Always hexadecimal in uppercase
I still haven't been able to actually test scheme's Linux console
output...
Diffstat (limited to 'bin/fbclock.c')
-rw-r--r--bin/fbclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fbclock.c b/bin/fbclock.c
index b1039d80..c61d3771 100644
--- a/bin/fbclock.c
+++ b/bin/fbclock.c
@@ -61,7 +61,7 @@ int main() {
 
     if (header.magic != PSF2_MAGIC) {
         errx(
-            EX_DATAERR, "%s: invalid header magic %08x",
+            EX_DATAERR, "%s: invalid header magic %08X",
             fontPath, header.magic
         );
     }