Skip to content

Commit 0deb78f

Browse files
Merge pull request #16 from ziemek99/fix-non-void
Fix "warning: control reaches end of non-void function" in decode.cc
2 parents b2d5430 + 0f34254 commit 0deb78f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

decode.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ int main(int argc, char** argv) {
6060
printf("Failed to write png.\n");
6161
return 1;
6262
}
63+
64+
return 0;
6365
}

0 commit comments

Comments
 (0)