diff options
| author | graehl@gmail.com <graehl@gmail.com@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-17 06:28:12 +0000 | 
|---|---|---|
| committer | graehl@gmail.com <graehl@gmail.com@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-17 06:28:12 +0000 | 
| commit | 06605b38416df05e59e481363a84022024a6909d (patch) | |
| tree | e5e77c4adb4933d13d47c7b2eaa9e9959ea6f357 /decoder/cfg_options.h | |
| parent | ef9e43c765ce0c3aff0b59e388c74c42e2e6b78e (diff) | |
bai
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@567 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/cfg_options.h')
| -rwxr-xr-x | decoder/cfg_options.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/decoder/cfg_options.h b/decoder/cfg_options.h index db89e8c3..00641a80 100755 --- a/decoder/cfg_options.h +++ b/decoder/cfg_options.h @@ -56,7 +56,7 @@ struct CFGOptions {      return "CFG output options";    }    void maybe_print(CFG &cfg,std::string cfg_output,char const* desc=" unbinarized") { -    if (cfg_output.empty() return; +    if (cfg_output.empty()) return;      WriteFile o(cfg_output);      std::cerr<<"Printing target"<<desc<<" CFG to "<<cfg_output<<": "<<format<<'\n';      cfg.Print(o.get(),format); | 
