Added pointer initialization

This commit is contained in:
Piotr Miecielica 2013-11-22 13:33:33 +01:00
parent 923698d700
commit a19cc6cb64

@ -790,7 +790,7 @@ int loadModel(
float *scoreThreshold){ float *scoreThreshold){
int last; int last;
int max; int max;
int *comp; int *comp = NULL;
int count; int count;
int i; int i;
int err; int err;