From 13c40be13690fd5b5de3f2feec1469061ea21a41 Mon Sep 17 00:00:00 2001 From: AnturK Date: Sat, 14 Apr 2018 05:10:56 +0200 Subject: [PATCH] Readds dropped #endif (#37174) --- code/modules/error_handler/error_handler.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/error_handler/error_handler.dm b/code/modules/error_handler/error_handler.dm index ad4e2600d1..e9f5ecb988 100644 --- a/code/modules/error_handler/error_handler.dm +++ b/code/modules/error_handler/error_handler.dm @@ -128,3 +128,5 @@ GLOBAL_VAR_INIT(total_runtimes_skipped, 0) // This writes the regular format (unwrapping newlines and inserting timestamps as needed). log_runtime("runtime error: [E.name]\n[E.desc]") + +#endif \ No newline at end of file