]> mj.ucw.cz Git - moe.git/commitdiff
Isolate: Removed useless const
authorMartin Mares <mj@ucw.cz>
Wed, 9 Jul 2014 09:53:06 +0000 (11:53 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 9 Jul 2014 09:53:06 +0000 (11:53 +0200)
isolate/isolate.c

index 78567ab2dc676e797e856710af08e36ad872ee8f..633779a0ca10e44d451533c9fca171755552c7cd 100644 (file)
@@ -644,7 +644,7 @@ static const char *cg_controller_name(cg_controller c)
   return cg_controllers[c].name;
 }
 
-static const int cg_controller_optional(cg_controller c)
+static int cg_controller_optional(cg_controller c)
 {
   return cg_controllers[c].optional;
 }