Simple compile fix.

This commit is contained in:
Jan Vidar Krey 2013-03-22 20:00:40 +01:00
parent 2d6f69d299
commit 6c55ae1146
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ void ioq_send_add(struct ioq_send* q, struct adc_message* msg_)
q->size += msg->length; q->size += msg->length;
} }
void ioq_send_remove(struct ioq_send* q, struct adc_message* msg) static void ioq_send_remove(struct ioq_send* q, struct adc_message* msg)
{ {
#ifdef DEBUG_SENDQ #ifdef DEBUG_SENDQ
debug_msg("ioq_send_remove", msg); debug_msg("ioq_send_remove", msg);