aboutsummaryrefslogtreecommitdiffstats
path: root/src/vu-image-to-frame.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-01-09 18:00:15 +0100
committerMattias Andrée <maandree@kth.se>2017-01-09 18:00:15 +0100
commit930a61412bc584ff6784e573042009d4e3f45fb6 (patch)
tree2f0b4c78ee3feba2bf4b9d942c3dd0d6fd757128 /src/vu-image-to-frame.c
parentFix errors and add makefile (diff)
downloadblind-930a61412bc584ff6784e573042009d4e3f45fb6.tar.gz
blind-930a61412bc584ff6784e573042009d4e3f45fb6.tar.bz2
blind-930a61412bc584ff6784e573042009d4e3f45fb6.tar.xz
Fix warnings and add config.mk
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--src/vu-image-to-frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vu-image-to-frame.c b/src/vu-image-to-frame.c
index c4bc69b..ffa5b7f 100644
--- a/src/vu-image-to-frame.c
+++ b/src/vu-image-to-frame.c
@@ -115,6 +115,7 @@ main(int argc, char *argv[])
}
}
header_done:
+ n = ptr;
if (!*width || !*height)
eprintf("convertion failed\n");