Fix warnings in test-client.c

This commit is contained in:
Gergely Polonkai 2016-01-12 21:14:20 +01:00
parent b0c26bcec2
commit 579c5f071e
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
* <http://www.gnu.org/licenses/>.
*/
#include <glib/gprintf.h>
#include <json-glib/json-glib.h>
#include "matrix-http-api.h"
@ -156,7 +157,7 @@ main(int argc, char *argv[])
if (err) {
g_warning("Error: %s", err->message);
return;
return 1;
}
g_info("Entering main loop");