Change false to 0

This commit is contained in:
twinaphex 2016-09-24 17:04:21 +02:00
parent 5b5ad03ec3
commit b5416e4041

View File

@ -402,7 +402,7 @@ static bool gl_glsl_load_source_path(struct video_shader_pass *pass,
const char *path)
{
ssize_t len;
int nitems = false;
int nitems = 0;
if (!pass)
return false;