Skip to content

Commit a0ebb42

Browse files
committed
Non-void function should always return value
1 parent 52807ce commit a0ebb42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,5 @@ int control_frames (int i, int frate) {
8080
return 0;
8181
}
8282

83-
}
83+
return 0;
84+
}

0 commit comments

Comments
 (0)