Fix the style of main()'s prototype

This commit is contained in:
Adrien Plazas 2018-11-26 15:19:36 +01:00
parent fbf3c5736b
commit 8201c369a2

View file

@ -36,7 +36,8 @@
#include "cc-application.h"
int
main (int argc, char **argv)
main (gint argc,
gchar **argv)
{
g_autoptr(GtkApplication) application = NULL;