Skip to content

Commit f0894e9

Browse files
committed
Fix error.
1 parent a10b866 commit f0894e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analytics/src/analytics_windows.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ HMODULE VerifyAndLoadAnalyticsLibrary(
192192
}
193193
if (expected_hash == nullptr || expected_hash_size == 0) {
194194
// Don't check the hash, just load the library.
195-
LogWarning(LOG_TAG "No hash provided, using unverified Analytics DLL.")
195+
LogWarning(LOG_TAG "No hash provided, using unverified Analytics DLL.");
196196
return LoadLibraryW(library_filename);
197197
}
198198

0 commit comments

Comments
 (0)