From 3d26f79b8babd909867254f469c5343180d57a60 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Sat, 23 Mar 2019 00:49:53 -0400 Subject: [PATCH] Dumb --- indra/llwindow/llwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llwindow/llwindow.cpp b/indra/llwindow/llwindow.cpp index ef0b75b6e..aed30dda6 100644 --- a/indra/llwindow/llwindow.cpp +++ b/indra/llwindow/llwindow.cpp @@ -76,7 +76,7 @@ S32 OSMessageBox(const std::string& text, const std::string& caption, U32 type) S32 result = 0; #if LL_MESA_HEADLESS // !!! *FIX: (???) LL_WARNS() << "OSMessageBox: " << text << LL_ENDL; - return OSBTN_OK; + result = OSBTN_OK; #elif LL_WINDOWS result = OSMessageBoxWin32(text, caption, type); #elif LL_DARWIN