Skip to content

Commit 7636df0

Browse files
committed
ANSI function declaration
1 parent ec35e58 commit 7636df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: demod_afsk.c

+1-1
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)