diff --git a/lib/maca.c b/lib/maca.c index 0e6e63e1f..c9cc4f6f2 100644 --- a/lib/maca.c +++ b/lib/maca.c @@ -150,7 +150,7 @@ void check_maca(void) { #if DEBUG_MACA if((count = count_packets()) != NUM_PACKETS) { - PRINTF("check maca: count_packets %d\n", count); + PRINTF("check maca: count_packets %d\n", (int)count); Print_Packets("check_maca"); #if PACKET_STATS for(i=0; i