ANSIfication. NULL vs. 0

2004-12-25  Kjartan Maraas  <kmaraas@gnome.org>

	* drw-selection.c: (drw_selection_start): ANSIfication.
	* drwright.c: NULL vs. 0
This commit is contained in:
Kjartan Maraas 2004-12-25 14:38:45 +00:00 committed by Kjartan Maraas
parent c788aa73df
commit 12060b387f
3 changed files with 7 additions and 2 deletions

View file

@ -164,7 +164,7 @@ drw_selection_filter (GdkXEvent *xevent,
}
DrwSelection *
drw_selection_start ()
drw_selection_start (void)
{
DrwSelection *drw_selection = g_new (DrwSelection, 1);