From: Jan Safranek Date: Thu, 15 Dec 2011 14:45:47 +0000 (+0100) Subject: libcgroup: Fixed cgroup_strerror() typo. X-Git-Tag: v0.38~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dbc8b9e5dd3570e70e7f279596467cc7370635b;p=thirdparty%2Flibcgroup.git libcgroup: Fixed cgroup_strerror() typo. Adding missing comma to list of error messages. Signed-off-by: Jan Safranek --- diff --git a/src/api.c b/src/api.c index e2e7efeb..c6e258ee 100644 --- 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",