diff options
| author | Brian Munro <brian.alexander.munro@gmail.com> | 2017-01-03 19:36:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-03 19:36:15 +0200 |
| commit | 03328e9f553ee1e582a7f9702060de8620b80a64 (patch) | |
| tree | b02486de4cb6ca6b5af48d9ab4c2c57286c17b66 /src | |
| parent | c48d1c36b781fc3da2c6a003529865b96c6ed187 (diff) | |
Update selfupdater.cpp
Reverted Tabs to spaces
Diffstat (limited to 'src')
| -rw-r--r-- | src/selfupdater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp index 3e98a5ec..d78b020b 100644 --- a/src/selfupdater.cpp +++ b/src/selfupdater.cpp @@ -106,7 +106,7 @@ SelfUpdater::SelfUpdater(NexusInterface *nexusInterface) m_MOVersion = VersionInfo(version.dwFileVersionMS >> 16,
version.dwFileVersionMS & 0xFFFF,
version.dwFileVersionLS >> 16,
- version.dwFileVersionLS & 0xFFFF);
+ version.dwFileVersionLS & 0xFFFF);
}
|
