Update main.c

pull/78/head
alanbjohnston 5 years ago committed by GitHub
parent 27399f2022
commit 4ee4fe7847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1037,6 +1037,7 @@ int start_subprocess(char *const command[], int *pid, int *infd, int *outfd)
fprintf(stderr, "error running %s: %s", *command, strerror(errno)); fprintf(stderr, "error running %s: %s", *command, strerror(errno));
abort(); abort();
} }
}
void get_tlm_fox() { void get_tlm_fox() {

Loading…
Cancel
Save

Powered by TurnKey Linux.