mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
Apply patch "Removed white space before bracket" by Jiri Cincura.
This commit is contained in:
parent
6360337fab
commit
7d720d16c4
@ -1103,7 +1103,7 @@ int main(int ac, char** av)
|
||||
sendBlock[sendSize] = isc_info_svc_line;
|
||||
sendBlock[sendSize + 1] = stdinRequest;
|
||||
sendBlock[sendSize + 2] = stdinRequest >> 8;
|
||||
sendBlock [sendSize + 1 + 2 + stdinRequest] = isc_info_end;
|
||||
sendBlock[sendSize + 1 + 2 + stdinRequest] = isc_info_end;
|
||||
sendSize += (1 + 2 + stdinRequest + 1);
|
||||
|
||||
stdinRequest = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user