Fix warnings found by cppcheck.
[awesomized/libmemcached] / clients / memrm.cc
index 9b7ca1d0f0d50a45164d4d539147d1c5b952cc22..50ead7a380679a09b61746849c9a6f642cf510cd 100644 (file)
@@ -213,7 +213,7 @@ static 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;