2.5 filebrowser

fixed missing return statement
This commit is contained in:
Andrea Weikert
2009-01-18 18:35:24 +00:00
parent 2c5bf52214
commit 40aa25a9f0

View File

@@ -491,6 +491,7 @@ static void *exec_loadimages(void *list_v)
IMB_freeImBuf(imb);
}
img->done=1;
return 0;
}
short filelist_changed(struct FileList* filelist)