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

Fixed a typo.

This commit is contained in:
dimitr 2003-09-28 18:26:34 +00:00
parent 3fa3c5bc77
commit 7cec9d2f03

View File

@ -146,7 +146,7 @@ typedef struct isr {
ULONG isr_record_number;
} *ISR;
#define ISR_secondary 1 /* Record is secondary verion */
#define ISR_secondary 1 /* Record is secondary version */
#define ISR_null 2 /* Record consists of NULL values only */