Fix warnings found by cppcheck.
[awesomized/libmemcached] / clients / memping.cc
index bbbdfda938b693226333f9ac993d2ade034480f5..180d6a2108eee67450c42401cfd61cf9355432a9 100644 (file)
@@ -157,7 +157,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;