Kad odem compile izbaci mi ovaj error
 error 079: inconsistent return types (array & non-array)
error 079: inconsistent return types (array & non-array)


A tu se nalazi ovo :
		    return format(zone, len, gSANZones, 0);
}
}
return 0;
}

Problem je kod ova 2 return-a
Hvala unapred