0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-20 10:58:20 +02:00

construct: Add more whitespace to err strings.

This commit is contained in:
Jason Volk 2018-08-13 14:35:16 -07:00
parent c8a54a1a3e
commit 6dec6dca3e

View file

@ -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
)"};