~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_messnc.c

  • Committer: Monty Taylor
  • Date: 2008-08-04 19:37:18 UTC
  • mto: (261.2.2 codestyle)
  • mto: This revision was merged to the branch mainline in revision 262.
  • Revision ID: monty@inaugust.com-20080804193718-f0rz13uli4429ozb
Changed gettext_noop() to N_()

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#include <stdio.h>
17
16
#include "mysys_priv.h"
18
17
 
19
 
void my_message_no_curses(uint32_t error __attribute__((unused)),
 
18
void my_message_no_curses(uint error __attribute__((unused)),
20
19
                         const char *str, myf MyFlags)
21
20
{
22
21
  (void) fflush(stdout);