Stupid comma
This commit is contained in:
parent
e1c9e7db4c
commit
247b4cfd88
2 changed files with 3 additions and 3 deletions
|
@ -151,10 +151,10 @@ int init_modem(char* dev)
|
||||||
pthread_mutex_unlock(&modemmx);
|
pthread_mutex_unlock(&modemmx);
|
||||||
mo = &rockwell;
|
mo = &rockwell;
|
||||||
mo->init();
|
mo->init();
|
||||||
voice_init();
|
|
||||||
pthread_mutex_lock(&mpipemx);
|
pthread_mutex_lock(&mpipemx);
|
||||||
pipe(modempipes);
|
pipe(modempipes);
|
||||||
pthread_mutex_unlock(&mpipemx);
|
pthread_mutex_unlock(&mpipemx);
|
||||||
|
voice_init();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
/* $Amigan: phoned/phoned/modems/rockwell.c,v 1.4 2005/06/22 22:00:10 dcp1990 Exp $ */
|
/* $Amigan: phoned/phoned/modems/rockwell.c,v 1.5 2005/06/23 02:11:08 dcp1990 Exp $ */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -161,5 +161,5 @@ modem_t rockwell = {
|
||||||
&rw_hangup,
|
&rw_hangup,
|
||||||
&rw_sdev,
|
&rw_sdev,
|
||||||
&rw_voice_init,
|
&rw_voice_init,
|
||||||
&rw_set_rings,
|
&rw_set_rings
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue