This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
util.c: Correct spelling in rarely compiled code
[perl5.git] / util.c
diff --git a/util.c b/util.c
index 359f3b6..dc2e1bd 100644 (file)
--- a/util.c
+++ b/util.c
@@ -6425,8 +6425,8 @@ Perl_get_c_backtrace(pTHX_ int depth, int skip)
     Safefree(raw_frames);
     return bt;
 #else
-    PERL_UNUSED_ARGV(depth);
-    PERL_UNUSED_ARGV(skip);
+    PERL_UNUSED_ARG(depth);
+    PERL_UNUSED_ARG(skip);
     return NULL;
 #endif
 }