Fix warnings found by cppcheck.
[awesomized/libmemcached] / clients / memflush.cc
index 6f9d0c864a18ebd1806eeef448687210e97ad6d8..8bd0dbf536534669f02660d78b43c8c65537ded8 100644 (file)
@@ -158,7 +158,7 @@ void options_parse(int argc, char *argv[])
       opt_expire= (time_t)strtoll(optarg, (char **)NULL, 10);
       if (errno != 0)
       {
-        std::cerr << "Incorrect value passed to --expire: `" << optarg << "`" << std::cerr;
+        std::cerr << "Incorrect value passed to --expire: `" << optarg << "`" << std::endl;
         exit(EXIT_FAILURE);
       }
       break;