Fix init error

This commit is contained in:
Ron Pedde 2004-01-29 18:56:25 +00:00
parent 3927aa41a2
commit 6ab0019817

View File

@ -27,7 +27,7 @@
#include "parser.h"
/* Globals */
SMART_PLAYLIST pl_smart = { NULL, NULL, NULL };
SMART_PLAYLIST pl_smart = { NULL, 0, NULL, NULL };
int pl_error=0;
/* Forwards */