diff options
author | lloyd <[email protected]> | 2009-10-14 22:33:14 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-10-14 22:33:14 +0000 |
commit | 28f875732c6379531e28c12091c44031941e0dff (patch) | |
tree | e144c77e73691a8ada070e6052688377c73ad44b /doc/examples/cms_dec.cpp | |
parent | 0b23f4071f21564fb63d7b11768070658c4b8f77 (diff) |
Fix some minor compilation issues in the examples
Diffstat (limited to 'doc/examples/cms_dec.cpp')
-rw-r--r-- | doc/examples/cms_dec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cms_dec.cpp b/doc/examples/cms_dec.cpp index 3fa285395..de4d732f0 100644 --- a/doc/examples/cms_dec.cpp +++ b/doc/examples/cms_dec.cpp @@ -10,7 +10,7 @@ int main(int argc, char* argv[]) { if(argc != 2) { - printf("Usage: %s <filename>\n", argv[0]); + std::cout << "Usage: " << argv[0] << " <filename>\n"; return 1; } |