]> git.donarmstrong.com Git - perltidy.git/commitdiff
modified error message
authorSteve Hancock <perltidy@users.sourceforge.net>
Tue, 14 Jan 2020 16:41:14 +0000 (08:41 -0800)
committerSteve Hancock <perltidy@users.sourceforge.net>
Tue, 14 Jan 2020 16:41:14 +0000 (08:41 -0800)
lib/Perl/Tidy/Tokenizer.pm

index a52a93a1b49a20d6fc8c235d6dabc3ad2c3067e0..f90d0001d3900e67a37ba8564004dea9dba39867 100644 (file)
@@ -1511,7 +1511,7 @@ sub prepare_for_a_new_file {
                 $rtoken_map, $rtoken_type, $input_line );
             if ( $i_tok == 0 ) {
                 interrupt_logfile();
-                warning("Missing ';' above?\n");
+                warning("Missing ';' or ',' above?\n");
                 resume_logfile();
             }
             return 1;