Fixed typo in last changeset

This commit is contained in:
unknown
2003-11-04 01:27:23 +02:00
parent 30c97ed175
commit 1eebd1174e

View File

@ -136,7 +136,7 @@ err1:
if (file != FERR)
VOID(my_close(file,MYF(MY_WME)));
unireg_abort(1);
DEBUG_RETURN(1); // Impossible
DBUG_RETURN(1); // Impossible
} /* read_texts */