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 <hieuhoang@gmail.com>2013-07-08 23:25:47 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-07-08 23:25:47 +0400
commit3eba5782c2df7b03cf2dad99b52e0a97c0ca39e9 (patch)
tree6f434c72db57d5b21b7cdcd64b4cdc8ebf62e2a0 /symal
parent2203bb328470cc6657c8c2dcbbbfaa2730ff2b9d (diff)
beautify
Diffstat (limited to 'symal')
-rw-r--r--symal/cmd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/symal/cmd.h b/symal/cmd.h
index 01a00abc0..a728dda78 100644
--- a/symal/cmd.h
+++ b/symal/cmd.h
@@ -33,14 +33,14 @@ extern "C" {
#endif
#if defined(__STDC__)
- int DeclareParams(char *, ...);
+int DeclareParams(char *, ...);
#else
- int DeclareParams();
+int DeclareParams();
#endif
- int GetParams(int *n, char ***a,char *CmdFileName),
- SPrintParams(),
- PrintParams();
+int GetParams(int *n, char ***a,char *CmdFileName),
+ SPrintParams(),
+ PrintParams();
#ifdef __cplusplus
}