From 28f875732c6379531e28c12091c44031941e0dff Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 14 Oct 2009 22:33:14 +0000 Subject: Fix some minor compilation issues in the examples --- doc/examples/cms_dec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples/cms_dec.cpp') 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 \n", argv[0]); + std::cout << "Usage: " << argv[0] << " \n"; return 1; } -- cgit v1.2.3