From c3c099294cdca576eabd5d5121366f27e8bc809a Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Tue, 1 Mar 2022 12:53:27 +0100 Subject: [PATCH] tests: sip: Codestyle: Use int and char instead of gint and gchar --- tests/test-sip.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test-sip.c b/tests/test-sip.c index edfe911..78fa264 100644 --- a/tests/test-sip.c +++ b/tests/test-sip.c @@ -548,10 +548,10 @@ test_sip_media_manager (void) g_debug ("no codecs test OK"); } -gint -main (gint argc, - gchar *argv[]) { +int +main (int argc, + char *argv[]) gtk_test_init (&argc, &argv, NULL); #ifdef PLUGIN_BUILDDIR