Commit f696d039 authored by Richard Newton's avatar Richard Newton

Fix tabbing

parent 8484e160
......@@ -63,7 +63,7 @@ int main (void) {
rc = zmq_msg_close(&msg);
assert (rc == 0);
msleep(50);
msleep(50);
assert (memcmp(hint, "freed", 5) == 0);
memcpy(hint, (void *) "hint", 4);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment