pull/26/head
alanbjohnston 7 years ago committed by GitHub
parent 3c2960980d
commit 4711c7fc4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -315,7 +315,7 @@ int upper_digit(int number) {
return digit;
}
int get_tlm(*char str) {
int get_tlm(char *str) {
int tlm[7][5];
memset(tlm, 0, sizeof tlm);

Loading…
Cancel
Save

Powered by TurnKey Linux.