fixed pointer

pull/28/head
alanbjohnston 6 years ago committed by GitHub
parent 09b34ba11a
commit f70a784a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -256,7 +256,7 @@ int main(int argc, char *argv[]) {
mode = BPSK; mode = BPSK;
if (argc > 3) if (argc > 3)
loop = atoi(*argv[2]); loop = atoi(argv[2]);
printf("Looping %d times \n", loop); printf("Looping %d times \n", loop);
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.