From 8a903a5cdfc01e3000b0ac4faaa3d46badbde296 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Mon, 13 Apr 2015 22:38:55 +0200 Subject: [PATCH] Added some linefeeds to clean up console output. --- inc/commonprint.i | 2 +- test/httpd.s | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/commonprint.i b/inc/commonprint.i index 6b8d70f..66500c9 100644 --- a/inc/commonprint.i +++ b/inc/commonprint.i @@ -379,7 +379,7 @@ dhcp_msg: .byte "DHCP",0 init_msg: - .byte " Initializing ",0 + .byte 10,"Initializing ",0 failed_msg: .byte "failed",0 diff --git a/test/httpd.s b/test/httpd.s index 266ba31..81c2108 100644 --- a/test/httpd.s +++ b/test/httpd.s @@ -55,9 +55,9 @@ httpd_callback: .rodata initializing: - .byte "INITIALIZING ",0 + .byte 13,"INITIALIZING ",0 listening: - .byte "LISTENING",0 + .byte "LISTENING",13,0 said: .byte ":",0 html: