We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10b866 commit f0894e9Copy full SHA for f0894e9
analytics/src/analytics_windows.cc
@@ -192,7 +192,7 @@ HMODULE VerifyAndLoadAnalyticsLibrary(
192
}
193
if (expected_hash == nullptr || expected_hash_size == 0) {
194
// Don't check the hash, just load the library.
195
- LogWarning(LOG_TAG "No hash provided, using unverified Analytics DLL.")
+ LogWarning(LOG_TAG "No hash provided, using unverified Analytics DLL.");
196
return LoadLibraryW(library_filename);
197
198
0 commit comments