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:
parent
c788aa73df
commit
12060b387f
3 changed files with 7 additions and 2 deletions
|
@ -164,7 +164,7 @@ drw_selection_filter (GdkXEvent *xevent,
|
|||
}
|
||||
|
||||
DrwSelection *
|
||||
drw_selection_start ()
|
||||
drw_selection_start (void)
|
||||
{
|
||||
DrwSelection *drw_selection = g_new (DrwSelection, 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue