1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Fixed typo in last changeset

This commit is contained in:
monty@narttu.mysql.fi
2003-11-04 01:27:23 +02:00
parent 6b79cd5c23
commit 30af2d0f49

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 */