]> xenbits.xensource.com Git - mini-os.git/commitdiff
console: add newline at EOF xen-RELEASE-4.14.0 xen-RELEASE-4.14.1 xen-RELEASE-4.14.2 xen-RELEASE-4.14.3 xen-RELEASE-4.14.4 xen-RELEASE-4.14.5
authorJan Beulich <jbeulich@suse.com>
Mon, 18 May 2020 07:09:14 +0000 (09:09 +0200)
committerWei Liu <wl@xen.org>
Sun, 17 May 2020 22:34:04 +0000 (23:34 +0100)
Some gcc versions get pretty unhappy without.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
console/console.c

index c6f6010865e80ecb8c665e7739c3c9dfd151b6a9..9ddae9d734e9318e1a879a0cd63b738d4cb8bde5 100644 (file)
@@ -174,4 +174,4 @@ void resume_console(void)
 {
     xencons_ring_resume(xen_console);
     console_initialised = 1;
-}
\ No newline at end of file
+}