8
0
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:
asfernandes 2014-05-28 14:59:38 +00:00
parent 6360337fab
commit 7d720d16c4

View File

@ -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;