printf typo

pull/93/head
alanbjohnston 5 years ago committed by GitHub
parent a7c1f8864f
commit 8707315884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -198,7 +198,7 @@ int main(int argc, char * argv[]) {
char mode_string; char mode_string;
mode_string = fgetc(mode_file); mode_string = fgetc(mode_file);
fclose(mode_file); fclose(mode_file);
printf("Mode file /home/pi/CubeSatSim/.mode contains %s\n", mode_string); printf("Mode file /home/pi/CubeSatSim/.mode contains %c\n", mode_string);
} }
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.