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:
Matthias Clasen 2004-03-11 01:03:12 +00:00 committed by Matthias Clasen
parent f4cb22c78d
commit 0f789811be
7 changed files with 31 additions and 1 deletions

View File

@ -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>
* glib/gspawn-win32.c

View File

@ -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>
* glib/gspawn-win32.c

View File

@ -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>
* glib/gspawn-win32.c

View File

@ -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>
* glib/gspawn-win32.c

View File

@ -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>
* glib/gspawn-win32.c

View File

@ -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>
* glib/gspawn-win32.c

View File

@ -1790,7 +1790,7 @@ get_depth_pointer (void)
* {
* GList *next = l->next;
* FreeListBlock *block = l->data;
* if (block->depth > depth);
* if (block->depth > depth)
* {
* g_free (block->mem);
* g_free (block);