diff options
-rw-r--r-- | build/dsp5tocvs.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/dsp5tocvs.pl b/build/dsp5tocvs.pl index 6cc89df31c..7b3c13fc55 100644 --- a/build/dsp5tocvs.pl +++ b/build/dsp5tocvs.pl @@ -36,7 +36,7 @@ sub tovc6 { if ($verchg) { unlink $_; rename $tname, $_; - print "Converted VC6 project " . $_ . " to VC5 in " . $File::Find::dir . "\n"; + print "Converted VC5 project " . $_ . " to VC6 in " . $File::Find::dir . "\n"; } else { unlink $tname; |