aboutsummaryrefslogtreecommitdiff
path: root/dlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'dlog.h')
-rw-r--r--dlog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dlog.h b/dlog.h
index ebeb01c..112254e 100644
--- a/dlog.h
+++ b/dlog.h
@@ -280,6 +280,9 @@ static void dprintf(const char *fmt, ...)
: va_arg(va, const char *),
precision);
break;
+ case 'c':
+ dputc(va_arg(va, char));
+ break;
case '%':
dputc('%');
break;