fix linux version comp broken

This commit is contained in:
Basile Burg 2016-12-01 03:05:35 +01:00
parent b3a7ffa339
commit 46655ee919
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 1 deletions

View File

@ -1558,7 +1558,7 @@ begin
gdbCommand('break _d_switch_error');
gdbCommand('-gdb-set mi-async on');
if not fOptions.stopAllThreadsOnBreak then
gdbCommand('-gdb-set non-stop on');
gdbCommand('-gdb-set non-stop on')
else
gdbCommand('-gdb-set non-stop off');
fGdb.OnReadData := @gdboutJsonize;