1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix indentation. tab -> spaces

This commit is contained in:
Chad MILLER
2009-03-17 15:43:00 -04:00
parent 926c530c7d
commit 2443683f50

View File

@ -256,7 +256,7 @@ void my_error_unregister_all(void)
for (cursor= my_errmsgs_globerrs.meh_next; cursor != NULL; cursor= saved_next)
{
/* We need this ptr, but we're about to free its container, so save it. */
/* We need this ptr, but we're about to free its container, so save it. */
saved_next= cursor->meh_next;
my_free((uchar*) cursor, MYF(0));