0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 04:08:54 +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. *** 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. *** Create a coredump by reproducing the error using the -debug command-line option.
*** ***
%s %s
)"}; )"};
@ -35,6 +36,7 @@ const char *const usererrstr
*** ***
*** A fatal startup error has occurred. Please fix the problem to continue. *** *** A fatal startup error has occurred. Please fix the problem to continue. ***
*** ***
%s %s
)"}; )"};