#At file:///home/cmiller/work/mysqlbzr/5.1-bugteam--bug42675/ based on revid:chad@stripped
2842 Chad MILLER 2009-03-17
Fix indentation. tab -> spaces
modified:
mysys/my_error.c
=== modified file 'mysys/my_error.c'
--- a/mysys/my_error.c 2009-03-17 19:31:07 +0000
+++ b/mysys/my_error.c 2009-03-17 19:43:00 +0000
@@ -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));
Attachment: [text/bzr-bundle] bzr/chad@mysql.com-20090317194300-c6a3g7p89avpei0w.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-bugteam branch (chad:2842) | Chad MILLER | 17 Mar |