Fix the style of main()'s prototype
This commit is contained in:
parent
fbf3c5736b
commit
8201c369a2
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@
|
|||
#include "cc-application.h"
|
||||
|
||||
int
|
||||
main (int argc, char **argv)
|
||||
main (gint argc,
|
||||
gchar **argv)
|
||||
{
|
||||
g_autoptr(GtkApplication) application = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue