Fix compiling with AAC_DEBUG.

This commit is contained in:
scottl 2000-09-30 13:41:04 +00:00
parent 984af9f0fd
commit 22f6ca78dc

View File

@ -265,7 +265,7 @@ aac_startup(void *arg)
}
/* check response size */
if (rsize != sizeof(mir)) {
debug(2, "container info response wrong size (%d should be %d)", rsize, sizeof(*mir));
debug(2, "container info response wrong size (%d should be %d)", rsize, sizeof(mir));
continue;
}
/*