Skip to content

Commit 0766178

Browse files
committed
Minor cleanup.
1 parent e0dd6eb commit 0766178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Plugins/PluginICO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ static void DLL_CALLCONV
266266
Close(FreeImageIO *io, fi_handle handle, void *data) {
267267
// free the header structure
268268
ICONHEADER *lpIH = (ICONHEADER*)data;
269-
delete(lpIH);
269+
delete lpIH;
270270
}
271271

272272
// ----------------------------------------------------------

0 commit comments

Comments
 (0)