From 0ebe2ed2b8de9f6feab8cfd7ddf29666e8a15766 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Thu, 31 Mar 2016 22:38:47 -0400 Subject: [PATCH] add newline to the end of tpt-thread.h because windows cross compiler really hates the lack of one --- src/common/tpt-thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/tpt-thread.h b/src/common/tpt-thread.h index 2696fbc5c..0f0529a89 100644 --- a/src/common/tpt-thread.h +++ b/src/common/tpt-thread.h @@ -11,4 +11,4 @@ #include #undef GetUserName -#endif \ No newline at end of file +#endif