Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7636df0

Browse files
committedJan 25, 2016
ANSI function declaration
1 parent ec35e58 commit 7636df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎demod_afsk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ static void emit_macro (char *name, int size, float *coeff)
720720
dw_printf ("\n");
721721
}
722722

723-
int main ()
723+
int main (void)
724724
{
725725
//int n;
726726
char fff_profile;

0 commit comments

Comments
 (0)
Please sign in to comment.