Skip to content

Commit 4084d3f

Browse files
committed
Fix -Wnewline-eof warning
1 parent 17c05a9 commit 4084d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decoder.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -583,4 +583,4 @@ int main (int argc, char **argv)
583583
i++;
584584
}
585585
return ScriptDecoder ((unsigned char*)argv[1], (unsigned char*)argv[2], cp);
586-
}
586+
}

0 commit comments

Comments
 (0)