diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-04-28 15:44:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-04-28 15:44:19 +0000 |
commit | 7b0dc8925d8e45cf97bbc2c81f10482476937163 (patch) | |
tree | e966eff44520152e221f69b11448f83ad739a62e /perl_checker.src/parser_helper.ml | |
parent | f3aad71d42692b84d01b4b5cafda2b4246fc682d (diff) | |
download | perl_checker-7b0dc8925d8e45cf97bbc2c81f10482476937163.tar perl_checker-7b0dc8925d8e45cf97bbc2c81f10482476937163.tar.gz perl_checker-7b0dc8925d8e45cf97bbc2c81f10482476937163.tar.bz2 perl_checker-7b0dc8925d8e45cf97bbc2c81f10482476937163.tar.xz perl_checker-7b0dc8925d8e45cf97bbc2c81f10482476937163.zip |
fix typo
Diffstat (limited to 'perl_checker.src/parser_helper.ml')
-rw-r--r-- | perl_checker.src/parser_helper.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl_checker.src/parser_helper.ml b/perl_checker.src/parser_helper.ml index ad2c009..1ebaa13 100644 --- a/perl_checker.src/parser_helper.ml +++ b/perl_checker.src/parser_helper.ml @@ -864,6 +864,7 @@ let call_raw force_non_builtin_func (e, para) = | [ List [ Deref(I_array, _) ] ] -> () | _ -> warn_rule (f ^ " is expecting an array and nothing else")) + | _ -> () ); let para' = match f with |