chiark / gitweb /
Fix write-only use of a few variables
[elogind.git] / src / bootchart / bootchart.c
index 8be5a27afa3511aaa34247ec05e0aa385e9544e0..edbd3815cd508f8c9da1c71196c4d95d72b79700 100644 (file)
@@ -3,7 +3,7 @@
 /***
   This file is part of systemd.
 
-  Copyright (C) 2009-2013 Intel Coproration
+  Copyright (C) 2009-2013 Intel Corporation
 
   Authors:
     Auke Kok <auke-jan.h.kok@intel.com>
@@ -254,7 +254,7 @@ static void do_journal_append(char *file)
 
         p = malloc(9 + BOOTCHART_MAX);
         if (!p) {
-                r = log_oom();
+                log_oom();
                 return;
         }