Corrected an unterminated comment pointed out by Jim Everitt.
This commit is contained in:
parent
d4a09bbc45
commit
648f27dcf0
|
|
@ -150,7 +150,7 @@ DBTechInitCompose()
|
|||
*/
|
||||
|
||||
#if TT_MAXTYPES <= 256
|
||||
/* For single-byte values, memset() is fastest.
|
||||
/* For single-byte values, memset() is fastest. */
|
||||
|
||||
dtype = &(DBWriteResultTbl[0][0]);
|
||||
for (q = 0; q < TT_MAXTYPES; q++)
|
||||
|
|
|
|||
Loading…
Reference in New Issue