Skip to content

Commit e82e34c

Browse files
Fix syntax error
Co-authored-by: Peter Colberg <[email protected]>
1 parent 0d2846f commit e82e34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pkg_editor/src/zlib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static void zlib_load() {
117117
#pragma warning(pop)
118118
#endif
119119
#ifdef _WIN32
120-
FreeLibrary(library)
120+
FreeLibrary(library);
121121
#else
122122
dlclose(library);
123123
#endif

0 commit comments

Comments
 (0)