fix warnings

This commit is contained in:
Dana Jansens 2003-10-11 08:05:56 +00:00
parent 98c6a20f95
commit 2cb368cb1b

View file

@ -151,7 +151,7 @@ void addicon(Window win)
void removeicon(Window win, int unmap)
{
IList *it, *last = NULL;
void *old;
int (*old)(Display *, XErrorEvent *);
for (it = list; it; last = it, it = it->next)
if (it->win == win) {