8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00

Small correction.

This commit is contained in:
dimitr 2003-07-02 13:41:30 +00:00
parent f8b760ac90
commit ac7701254f

View File

@ -398,7 +398,7 @@ int MAP_status_to_gds(ISC_STATUS * vms_status, ISC_STATUS * gds_status)
SCHAR msgbuff[WRKBUF_SIZ], *p, *q, *pw1, *pw2, flags[4], part;
struct dsc$descriptor_s desc, *dsc_ptr;
static SCHAR *messages[] = {
#include "../jrd/msgs.h"
#include "gen/msgs.h"
0
};