Make MS happy, declare variables first

This commit is contained in:
Bert Belder 2011-05-09 16:58:37 +02:00
parent 317cea275e
commit 820c942e3a

View File

@ -123,10 +123,10 @@ static void timeout_cb(oio_req_t *req, int64_t skew, int status) {
static void idle_2_cb(oio_handle_t* handle, int status) {
LOG("IDLE_2_CB\n");
int r;
LOG("IDLE_2_CB\n");
ASSERT(handle == &idle_2_handle);
ASSERT(status == 0);