Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/symal
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2013-05-29 21:16:15 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-29 21:16:15 +0400
commit6249432407af8730c10bccc7894c0725fcaf5e47 (patch)
tree3ac1f094b9fdc199b04bc5ef209ce00e3596e37d /symal
parent59bd7deb4b6b9c4f7b3b7dbb055783528fbc31ca (diff)
beautify
Diffstat (limited to 'symal')
-rw-r--r--symal/symal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/symal/symal.cpp b/symal/symal.cpp
index da386d973..dbe68f1b9 100644
--- a/symal/symal.cpp
+++ b/symal/symal.cpp
@@ -411,7 +411,7 @@ int main(int argc, char** argv)
"o", CMDSTRINGTYPE, &output,
"v", CMDENUMTYPE, &verbose, BoolEnum,
"verbose", CMDENUMTYPE, &verbose, BoolEnum,
-
+
(char*)NULL);
GetParams(&argc, &argv, (char*)NULL);