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
commitdcfce59492fb3003a61e161c2bbc32e2072c2ee4 (patch)
treeb0b96227a7a45821b53eac8edcdaf161d169690c /bin/fbclock.c
parentAdd 0 bind to brot (diff)
downloadsrc-dcfce59492fb3003a61e161c2bbc32e2072c2ee4.tar.gz
src-dcfce59492fb3003a61e161c2bbc32e2072c2ee4.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 605fa4e0..e8e5fc69 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
         );
     }