This patch fixes minor typo in api.c variable definition
Signed-off-by: Ivana Hutarova Varekova <[email protected]>
---
src/api.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api.c b/src/api.c
index d5022c2..d8bfd93 100644
--- a/src/api.c
+++ b/src/api.c
@@ -86,7 +86,7 @@ __thread char *cg_namespace_table[CG_CONTROLLER_MAX];
pthread_rwlock_t cg_mount_table_lock = PTHREAD_RWLOCK_INITIALIZER;
struct cg_mount_table_s cg_mount_table[CG_CONTROLLER_MAX];
-const char const *cgroup_strerror_codes[] = {
+const char *cgroup_strerror_codes[] = {
"Cgroup is not compiled in",
"Cgroup is not mounted",
"Cgroup does not exist",
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Libcg-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libcg-devel