aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_indent.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-05 13:58:48 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-05 13:58:48 -0800
commit4df57fda09c04f71a595154ca6962a95666b3685 (patch)
treef49faae476f3f419df44e4da11690ee8e94f7705 /fish_indent.cpp
parent6f45832aed0136e9f891da8eaa754c2b7f378848 (diff)
Incorporate Siteshwar's patch for building on Linux
Diffstat (limited to 'fish_indent.cpp')
-rw-r--r--fish_indent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish_indent.cpp b/fish_indent.cpp
index 39bd1de0..232c4f9f 100644
--- a/fish_indent.cpp
+++ b/fish_indent.cpp
@@ -302,7 +302,7 @@ int main( int argc, char **argv )
string_buffer_t sb_out;
int do_indent=1;
-
+ set_main_thread();
wsetlocale( LC_ALL, L"" );
program_name=L"fish_indent";