mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 04:15:32 +00:00
tests: sip: Codestyle: Use int and char instead of gint and gchar
This commit is contained in:
parent
92c8a69e17
commit
c3c099294c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue