From 220ac080c7d922a1054402d58944b7e7cb17c473 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 19 Oct 2017 16:34:50 -0600 Subject: [PATCH] threads/d_nl_langinfo_l.U: Rmv trailing space --- U/threads/d_nl_langinfo_l.U | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/U/threads/d_nl_langinfo_l.U b/U/threads/d_nl_langinfo_l.U index a95760b..af27afd 100644 --- a/U/threads/d_nl_langinfo_l.U +++ b/U/threads/d_nl_langinfo_l.U @@ -67,7 +67,7 @@ thread_start(void * arg) { nl_langinfo(RADIXCHAR); } - + int main() { char * main_buffer; char save_main_buffer[1000]; @@ -108,7 +108,7 @@ case "$usethreads" in echo "and it is thread-safe (just as I'd hoped)." >&4 d_thread_safe_nl_langinfo_l="$define" echo "$d_thread_safe_nl_langinfo_l" >&4 - else + else echo "but it isn't thread-safe, so we won't use it." >&4 fi else -- 1.8.3.1