diff --git a/C/decode_stb.c b/C/decode_stb.c index c41e2ce4..dab164e1 100644 --- a/C/decode_stb.c +++ b/C/decode_stb.c @@ -36,5 +36,4 @@ int main(int argc, char **argv) { fprintf(stdout, "Decoded blurhash successfully, wrote PNG file %s\n", output_file); return 0; - }