From 3c7ad6638904c6fa5bf85df2b09705678ef2bb0a Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Tue, 6 Mar 2018 11:20:12 -0500 Subject: [PATCH] fix error on linux introduced by last patch --- simpledisplay.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simpledisplay.d b/simpledisplay.d index 529a5e9..7584fd2 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -2688,9 +2688,9 @@ struct EventLoopImpl { // return message.wParam; return 0; + } else { + return 0; } - - //return 0; } int run(bool delegate() whileCondition = null) {