fix compilation error

This commit is contained in:
Simon Morlat 2016-11-03 09:43:47 +01:00
parent eee46cc5df
commit 3c3cb9f1cf

View file

@ -111,7 +111,7 @@ int main(int argc, char *argv[]){
/* main loop for sending message and doing background linphonecore work: */
while(running){
char character;
int character;
/*to disable terminal buffering*/
if (system ("/bin/stty raw") == -1){
ms_error("/bin/stty error");