~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_messnc.c

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#include "mysys_priv.h"
17
17
 
18
 
void my_message_no_curses(uint error __attribute__((unused)),
 
18
void my_message_no_curses(uint32_t error __attribute__((unused)),
19
19
                         const char *str, myf MyFlags)
20
20
{
21
21
  (void) fflush(stdout);