Fix deheader script based on standalone created for desktop

This commit is contained in:
Matt Nadareski
2016-03-28 00:09:16 -07:00
parent bf1b654863
commit 11ad0dd092

View File

@@ -110,7 +110,7 @@ else
$has_header = ($lynxa == 1 || $lynxb == 1);
break;
case "nes":
$nes = preg_match("/^.4E45531A/", $header);
$nes = preg_match("/^4E45531A/", $header);
$has_header = ($nes == 1);
break;