summaryrefslogtreecommitdiff
path: root/tools/gfx.c
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2022-03-14 16:03:15 -0500
committerGitHub <noreply@github.com>2022-03-14 17:03:15 -0400
commit3d58fb95569be74c6c229118a425fa22628f1dc3 (patch)
tree5ddb4fbcefce4610963397d82cef2fb3b470e956 /tools/gfx.c
parentfddd1c132bd526cc9b15c14896becfc30288a049 (diff)
Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)
Diffstat (limited to 'tools/gfx.c')
-rw-r--r--tools/gfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx.c b/tools/gfx.c
index 4264e669..c8f0b03f 100644
--- a/tools/gfx.c
+++ b/tools/gfx.c
@@ -271,7 +271,7 @@ int main(int argc, char *argv[]) {
}
if (options.interleave) {
if (!options.png_file) {
- error_exit("--interleave needs --png to infer dimensions");
+ error_exit("--interleave needs --png to infer dimensions\n");
}
int width = read_png_width(options.png_file);
interleave(&graphic, width);