mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 06:12:52 -06:00
ide: Config version fix
This commit is contained in:
parent
a7768b36f6
commit
20972246c7
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ void Ide::Serialize(Stream& s)
|
|||
if(version >= 26)
|
||||
s % prefer_clang_format;
|
||||
|
||||
if(version >= 27)
|
||||
if(version >= 28)
|
||||
s % blk0_header;
|
||||
|
||||
#ifdef PLATFORM_WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue