2
0
Fork 0

[angel] Fix warning about unused var in angel_plugin_init()

personal/stbuehler/wip
Thomas Porzelt 2009-05-31 14:17:53 +02:00
parent a2b40bb581
commit 34353ef22b
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@
gboolean plugin_core_init(server *srv) {
/* load core plugins */
UNUSED(srv);
return TRUE;
}