[Freeciv-Dev] (PR#3026)
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
The attached patch fixes a compiler warning in gui-gtk-2.0.
? client/output
? client/scratch
Index: client/gui-gtk-2.0/gotodlg.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-gtk-2.0/gotodlg.c,v
retrieving revision 1.7
diff -u -r1.7 gotodlg.c
--- client/gui-gtk-2.0/gotodlg.c 2003/02/02 00:12:38 1.7
+++ client/gui-gtk-2.0/gotodlg.c 2003/02/08 10:28:59
@@ -114,7 +114,7 @@
/**************************************************************************
...
**************************************************************************/
-void create_goto_dialog(void)
+static void create_goto_dialog(void)
{
GtkWidget *sw, *label, *vbox, *button;
GtkCellRenderer *rend;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Freeciv-Dev] (PR#3026),
Jason Short via RT <=
|
|