[isar-cip-core][PATCH] start-qemu: Add missing case termination


Jan Kiszka
 

From: Jan Kiszka <jan.kiszka@...>

Just a style change so far because there are no other cases.

Signed-off-by: Jan Kiszka <jan.kiszka@...>
---
start-qemu.sh | 1 +
1 file changed, 1 insertion(+)

diff --git a/start-qemu.sh b/start-qemu.sh
index 44fb4196..9dce0183 100755
--- a/start-qemu.sh
+++ b/start-qemu.sh
@@ -140,6 +140,7 @@ if [ -z "${DISPLAY}" ]; then
case "${arch}" in
x86|x86_64|amd64)
KERNEL_CMDLINE="${KERNEL_CMDLINE} console=ttyS0"
+ ;;
esac
fi

--
2.35.3