automatic commit
[cmim.git] / cmim.cc
diff --git a/cmim.cc b/cmim.cc
index 0aa3b8d..44c4629 100644 (file)
--- a/cmim.cc
+++ b/cmim.cc
@@ -13,7 +13,7 @@
 // along with this program. If not, see <http://www.gnu.org/licenses/>.         //
 //                                                                              //
 // Written by Francois Fleuret                                                  //
-// (C) Ecole Polytechnique Federale de Lausanne                                 //
+// Copyright (C) Ecole Polytechnique Federale de Lausanne                       //
 // Contact <francois.fleuret@epfl.ch> for comments & bug reports                //
 //////////////////////////////////////////////////////////////////////////////////
 
@@ -54,7 +54,7 @@ bool verbose = true;
 bool balanced_error = false;
 int nb_selected_features = 100;
 
-void check_opt(int argc, char **argv, int n_opt, int n, char *help) {
+void check_opt(int argc, char **argv, int n_opt, int n, const char *help) {
   if(n_opt+n >= argc) {
     cerr << "Missing argument for " << argv[n_opt] << ".\n";
     cerr << "Expecting " << help << ".\n";