isimodem: Remove empty line in voicecall driver

This commit is contained in:
Aki Niemi 2011-03-03 10:14:32 +02:00
parent 673975aa08
commit 70ae70a74f
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ struct isi_voicecall {
struct isi_call_req_ctx *queue;
struct isi_call calls[8];
void *control_req_irc;
};
typedef void isi_call_req_step(struct isi_call_req_ctx *ctx, int reason);