Add global include directory

This commit is contained in:
InfiniteCoder
2024-08-04 10:11:01 +03:00
parent df1e3f42c9
commit eeb9ba77fb
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -28,7 +28,6 @@ int _png_write(
FILE* fp = fopen(filename, "wb");
if (fp == nullptr) {
logger.error() << "could not open file " << filename << " for writing";
fclose(fp);
return 1;
}