summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-view.c b/tests/test-view.c
index 0d6f3a84..5087d9e4 100644
--- a/tests/test-view.c
+++ b/tests/test-view.c
@@ -43,7 +43,7 @@ state_cb (YelpView *view,
{
YelpViewState state;
g_object_get (view, "state", &state, NULL);
- printf ("STATE: %i\n", state);
+ printf ("STATE: %i\n", (int)state);
}
static void