tests: sip: Codestyle: Use int and char instead of gint and gchar
This commit is contained in:
@@ -548,10 +548,10 @@ test_sip_media_manager (void)
|
|||||||
g_debug ("no codecs test OK");
|
g_debug ("no codecs test OK");
|
||||||
}
|
}
|
||||||
|
|
||||||
gint
|
|
||||||
main (gint argc,
|
|
||||||
gchar *argv[])
|
|
||||||
{
|
{
|
||||||
|
int
|
||||||
|
main (int argc,
|
||||||
|
char *argv[])
|
||||||
gtk_test_init (&argc, &argv, NULL);
|
gtk_test_init (&argc, &argv, NULL);
|
||||||
|
|
||||||
#ifdef PLUGIN_BUILDDIR
|
#ifdef PLUGIN_BUILDDIR
|
||||||
|
|||||||
Reference in New Issue
Block a user