summaryrefslogtreecommitdiffstats
path: root/base/mac_util.mm
diff options
context:
space:
mode:
Diffstat (limited to 'base/mac_util.mm')
-rw-r--r--base/mac_util.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/mac_util.mm b/base/mac_util.mm
index aebba8f..6711257 100644
--- a/base/mac_util.mm
+++ b/base/mac_util.mm
@@ -68,7 +68,7 @@ void SetOverrideAppBundlePath(const FilePath& file_path) {
}
OSType CreatorCodeForCFBundleRef(CFBundleRef bundle) {
- OSType creator;
+ OSType creator = kUnknownType;
CFBundleGetPackageInfo(bundle, NULL, &creator);
return creator;
}