tweak toke.c
Gurusamy Sarathy [Tue, 21 Jul 1998 05:51:10 +0000 (05:51 +0000)]
p4raw-id: //depot/perl@1610

toke.c

diff --git a/toke.c b/toke.c
index 0a78760..64c6981 100644 (file)
--- a/toke.c
+++ b/toke.c
@@ -2857,7 +2857,7 @@ yylex(void)
                gv = Nullgv;
                gvp = 0;
                if (PL_dowarn && hgv)
-                   warn("Ambiguous call resolved as CORE::%s(), %s"
+                   warn("Ambiguous call resolved as CORE::%s(), %s",
                         GvENAME(hgv), "qualify as such or use &");
            }
        }