]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
libcgroup: Fixed cgroup_strerror() typo.
authorJan Safranek <jsafrane@redhat.com>
Thu, 15 Dec 2011 14:45:47 +0000 (15:45 +0100)
committerJan Safranek <jsafrane@redhat.com>
Fri, 16 Dec 2011 13:04:26 +0000 (14:04 +0100)
Adding missing comma to list of error messages.

Signed-off-by: Jan Safranek <jsafrane@redhat.com>
src/api.c

index e2e7efebfdb6a8d27a982a643b3e323a6eb41f5f..c6e258ee4ebf7719eb31efe9f37e907c9cd87b28 100644 (file)
--- a/src/api.c
+++ b/src/api.c
@@ -110,7 +110,7 @@ const char const *cgroup_strerror_codes[] = {
        "Cgroup, rules file does not exist",
        "Cgroup mounting failed",
        "The config file can not be opened",
-       "Sentinel"
+       "Sentinel",
        "End of File or iterator",
        "Failed to parse config file",
        "Have multiple paths for the same namespace",