general-functions.pl: Fix wrong perl syntax.

This commit is contained in:
Michael Tremer
2014-03-01 18:23:52 +01:00
parent 1f9e7b53b7
commit a2b3eba9f5

View File

@@ -1039,7 +1039,7 @@ sub GetIcmpDescription ($) {
'SKIP',
'Photur', #40
'Experimental');
if ($index>41) {return 'unknown'} else {return @icmp_description[$index]};
if ($index>41) {return 'unknown'} else {return $icmp_description[$index]};
}
sub GetCoreUpdateVersion() {