forked from qt-creator/qt-creator
Baremetal: Fix missing semicolon on Win
Change-Id: I6a2195c680411242a90e86d5be0c2e956ac807c1 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -449,7 +449,7 @@ QList<ToolChain *> KeilToolchainFactory::autoDetect(const QList<ToolChain *> &al
|
||||
{
|
||||
#ifdef Q_OS_WIN64
|
||||
static const char kRegistryNode[] = "HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\Microsoft\\" \
|
||||
"Windows\\CurrentVersion\\Uninstall\\Keil µVision4"
|
||||
"Windows\\CurrentVersion\\Uninstall\\Keil µVision4";
|
||||
#else
|
||||
static const char kRegistryNode[] = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\" \
|
||||
"Windows\\CurrentVersion\\Uninstall\\Keil µVision4";
|
||||
|
Reference in New Issue
Block a user