From a9755a7e5ccb1c85e2f3ab4d05f37c580ccbc3d5 Mon Sep 17 00:00:00 2001 From: NicJA Date: Mon, 1 Aug 2016 23:34:50 +0000 Subject: [PATCH] no it wasnt. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@52822 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/dos/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rom/dos/boot.c b/rom/dos/boot.c index 874881dede..39da29b00a 100644 --- a/rom/dos/boot.c +++ b/rom/dos/boot.c @@ -112,7 +112,7 @@ void __dos_Boot(struct DosLibrary *DOSBase, ULONG BootFlags, UBYTE Flags) else if (BootFlags & BF_NO_DISPLAY_DRIVERS) args = "ONLYCOMPOSITION\n"; - D(bug("[DOS] %s: Running AROSMonDrvs %s\n", __func__, args);) + D(bug("[DOS] %s: Running AROSMonDrvs %s\n", __func__, args)); /* RunCommand needs a valid Input() handle * for passing in its arguments. -- 2.11.4.GIT