From 4f7f7f286d168998d260c16d2be62e02a379aae1 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Fri, 12 Aug 2016 15:33:28 +0200 Subject: Fix misleading indentation as pointed out by the new gcc warning Change-Id: Ia9c0b09ffb57dccbc7d13fce3b3a8a7d46b84857 --- apps/plugins/doom/g_game.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/doom') diff --git a/apps/plugins/doom/g_game.c b/apps/plugins/doom/g_game.c index 99f8e63..48654a7 100644 --- a/apps/plugins/doom/g_game.c +++ b/apps/plugins/doom/g_game.c @@ -2792,9 +2792,11 @@ boolean G_CheckDemoStatus (void) if (demoplayback) { if (singledemo) + { I_Error("Done Playing Demo"); return false; // exit(0); // killough + } if (demolumpnum != -1) { // cph - unlock the demo lump -- cgit v1.1