Skip to content

Commit

Permalink
Amend last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
devfonks committed Oct 29, 2017
1 parent a34903c commit 979c955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/easrelay.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ int main(int argc, char **argv) {
goto wait_for_footer;
}
endwin();
cursesChar='\0'
cursesChar='\0';
/* kill the audio and then send the footer */
kill(pid, SIGKILL);
for(int i = 0; i < 3; i++) {
Expand Down

0 comments on commit 979c955

Please sign in to comment.