summaryrefslogtreecommitdiffstats
path: root/sys/alpha/alpha/machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/alpha/machdep.c')
-rw-r--r--sys/alpha/alpha/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c
index 4ec9ba5..6d95d9a 100644
--- a/sys/alpha/alpha/machdep.c
+++ b/sys/alpha/alpha/machdep.c
@@ -260,7 +260,7 @@ cpu_startup(dummy)
/*
* Good {morning,afternoon,evening,night}.
*/
- printf(version);
+ printf("%s", version);
identifycpu();
/* startrtclock(); */
OpenPOWER on IntegriCloud