~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/errmsg.cc

Merged in Eric's whitespace cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
}
60
60
 
61
61
int errmsg_finalizer(st_plugin_int *plugin)
62
 
 
62
{
63
63
  errmsg_t *p = (errmsg_t *) plugin->data;
64
64
 
65
65
  if (plugin->plugin->deinit)