Fix typo
authorBrian Aker <brian@tangent.org>
Sat, 20 Apr 2013 06:13:59 +0000 (23:13 -0700)
committerBrian Aker <brian@tangent.org>
Sat, 20 Apr 2013 06:13:59 +0000 (23:13 -0700)
libtest/cmdline.cc

index 1423eca6ceb51f2ff47ba03234563d5db516f379..fd9e510ded50c12ca26f30eae018a9d85e460a42 100644 (file)
@@ -481,7 +481,7 @@ Application::error_t Application::join()
   }
   else if (waited_pid == -1)
   {
-    std::string error_string
+    std::string error_string;
     if (stdout_result_length())
     {
       error_string+= " stdout: ";