Add missing return value

This commit is contained in:
Frank Denis
2016-12-04 18:31:25 +01:00
committed by GitHub
parent e1fd7f8b0d
commit 80aff1cbd1

1
mud.c
View File

@@ -1088,6 +1088,7 @@ int mud_send_ctrl (struct mud *mud)
mud_ctrl_path(mud, mud_ping, path, now);
}
}
return 0;
}
int mud_send (struct mud *mud, const void *data, size_t size, int tc)