Skip to content

Commit

Permalink
TOOLS: PRINCE: Fix credits POT generation
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Apr 29, 2018
1 parent a306296 commit fdb5367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/prince/gen-po.pl
Expand Up @@ -151,7 +151,7 @@ ($)
while (<IN>) {
chomp;

next if $_ eq 'credits.txt';
next if $_ eq 'credits.dat';

$line++;
$str .= "\"$_\\n\"\n";
Expand Down

0 comments on commit fdb5367

Please sign in to comment.