mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01:00
Remove an extra semicolon. Spotted by Kjartan Maraas.
Thu Mar 11 02:05:13 2004 Matthias Clasen <maclas@gmx.de> * glib/gmain.c (g_main_depth): Remove an extra semicolon. Spotted by Kjartan Maraas.
This commit is contained in:
parent
f4cb22c78d
commit
0f789811be
@ -1,3 +1,8 @@
|
|||||||
|
Thu Mar 11 02:05:13 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* glib/gmain.c (g_main_depth): Remove an extra semicolon.
|
||||||
|
Spotted by Kjartan Maraas.
|
||||||
|
|
||||||
2004-03-10 Tor Lillqvist <tml@iki.fi>
|
2004-03-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gspawn-win32.c
|
* glib/gspawn-win32.c
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Mar 11 02:05:13 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* glib/gmain.c (g_main_depth): Remove an extra semicolon.
|
||||||
|
Spotted by Kjartan Maraas.
|
||||||
|
|
||||||
2004-03-10 Tor Lillqvist <tml@iki.fi>
|
2004-03-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gspawn-win32.c
|
* glib/gspawn-win32.c
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Mar 11 02:05:13 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* glib/gmain.c (g_main_depth): Remove an extra semicolon.
|
||||||
|
Spotted by Kjartan Maraas.
|
||||||
|
|
||||||
2004-03-10 Tor Lillqvist <tml@iki.fi>
|
2004-03-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gspawn-win32.c
|
* glib/gspawn-win32.c
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Mar 11 02:05:13 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* glib/gmain.c (g_main_depth): Remove an extra semicolon.
|
||||||
|
Spotted by Kjartan Maraas.
|
||||||
|
|
||||||
2004-03-10 Tor Lillqvist <tml@iki.fi>
|
2004-03-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gspawn-win32.c
|
* glib/gspawn-win32.c
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Mar 11 02:05:13 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* glib/gmain.c (g_main_depth): Remove an extra semicolon.
|
||||||
|
Spotted by Kjartan Maraas.
|
||||||
|
|
||||||
2004-03-10 Tor Lillqvist <tml@iki.fi>
|
2004-03-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gspawn-win32.c
|
* glib/gspawn-win32.c
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Mar 11 02:05:13 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* glib/gmain.c (g_main_depth): Remove an extra semicolon.
|
||||||
|
Spotted by Kjartan Maraas.
|
||||||
|
|
||||||
2004-03-10 Tor Lillqvist <tml@iki.fi>
|
2004-03-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* glib/gspawn-win32.c
|
* glib/gspawn-win32.c
|
||||||
|
@ -1790,7 +1790,7 @@ get_depth_pointer (void)
|
|||||||
* {
|
* {
|
||||||
* GList *next = l->next;
|
* GList *next = l->next;
|
||||||
* FreeListBlock *block = l->data;
|
* FreeListBlock *block = l->data;
|
||||||
* if (block->depth > depth);
|
* if (block->depth > depth)
|
||||||
* {
|
* {
|
||||||
* g_free (block->mem);
|
* g_free (block->mem);
|
||||||
* g_free (block);
|
* g_free (block);
|
||||||
|
Loading…
Reference in New Issue
Block a user