More missing * in pointer to function

SVN revision: 50060
This commit is contained in:
Lucas De Marchi 2010-07-06 04:26:52 +00:00
parent 2354ca3296
commit 442780eb6c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ news_popup_shutdown(void)
}
News_Popup *
news_popup_add(int type, const char *title, const char *text, int timer, int (*func_close) (News_Popup *popw, void *data), void (func_desactivate) (News_Popup *popw, void *data), void *data)
news_popup_add(int type, const char *title, const char *text, int timer, int (*func_close) (News_Popup *popw, void *data), void (*func_desactivate) (News_Popup *popw, void *data), void *data)
{
E_Zone *zone;
News_Popup *popw;