Update telem.c

pull/55/head
alanbjohnston 6 years ago committed by GitHub
parent ad5800a48d
commit 32dcfc5548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -350,11 +350,11 @@ int main(int argc, char *argv[]) {
char *token;
const char space[2] = " ";
token = strtok(cmdbuffer, space);
printf(token: %s\n", token);
printf("token: %s\n", token);
token = strtok(NULL, space);
printf(token: %s\n", token);
printf("token: %s\n", token);
token = strtok(NULL, space);
printf(token: %s\n", token);
printf("token: %s\n", token);

Loading…
Cancel
Save

Powered by TurnKey Linux.