Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
brcolow committed Aug 27, 2018
1 parent a0a869f commit caf5b83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ JNIEXPORT jlong JNICALL OS_NATIVE(_1WICCreateImagingFactory)
* Note: This method is called by DWFactory a single time.
*/
IWICImagingFactory* result = NULL;
hr = CoCreateInstance(
HRESULT hr = CoCreateInstance(
CLSID_WICImagingFactory,
NULL,
CLSCTX_INPROC_SERVER,
Expand Down

0 comments on commit caf5b83

Please sign in to comment.