Fix coding style in gtkmain.c.
This commit is contained in:
		
							parent
							
								
									c4c11e6896
								
							
						
					
					
						commit
						90eb17ce78
					
				|  | @ -48,13 +48,11 @@ static Object P_Gtk_Init (Object args) { | |||
|     } | ||||
|     gtk_init (&argc, &argv); | ||||
|     free (argv); | ||||
| 
 | ||||
|     return Void; | ||||
| } | ||||
| 
 | ||||
| static Object P_Gtk_Main () { | ||||
|     gtk_main (); | ||||
| 
 | ||||
|     return Void; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Sergey Cherepanov
						Sergey Cherepanov