From 6dec6dca3e18a21e69f8e7cacf46063bf6194cc2 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Mon, 13 Aug 2018 14:35:16 -0700 Subject: [PATCH] construct: Add more whitespace to err strings. --- construct/construct.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/construct/construct.cc b/construct/construct.cc index c1f96703c..52b2eaa05 100644 --- a/construct/construct.cc +++ b/construct/construct.cc @@ -27,6 +27,7 @@ const char *const fatalerrstr *** A fatal error has occurred. Please contact the developer with the message below. *** Create a coredump by reproducing the error using the -debug command-line option. *** + %s )"}; @@ -35,6 +36,7 @@ const char *const usererrstr *** *** A fatal startup error has occurred. Please fix the problem to continue. *** *** + %s )"};