Skip to content

Commit 1c00123

Browse files
committed
Add missing return 0; to rgblink main()
1 parent 131bb97 commit 1c00123

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/link/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,4 +468,6 @@ int main(int argc, char *argv[]) {
468468
patch_ApplyPatches();
469469
requireZeroErrors();
470470
out_WriteFiles();
471+
472+
return 0;
471473
}

0 commit comments

Comments
 (0)