Browse Source

Fix error

Leo 10 years ago
parent
commit
2e89b15e49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tmp_file.ml

+ 1 - 1
tmp_file.ml

@@ -66,7 +66,7 @@ let stock_tmp ~key ~value ~target =
 ;;
 ;;
 
 
 (* Return true if a program is in the rc file *)
 (* Return true if a program is in the rc file *)
-let rec is_prog_in_rc liste_from_rc_file program = (* TODO restaure ?(liste_from_rc_file=rc_content.progs) *)
+let rec is_prog_in_rc list_from_rc_file program = (* TODO restaure ?(liste_from_rc_file=rc_content.progs) *)
     match liste_from_rc_file with
     match liste_from_rc_file with
     (* | None -> is_prog_in_rc program ~liste_from_rc_file:rc_content.progs *)
     (* | None -> is_prog_in_rc program ~liste_from_rc_file:rc_content.progs *)
     | [] -> false
     | [] -> false