1.1 --- a/gmyth/src/gmyth_debug.h Wed May 23 16:11:29 2007 +0100
1.2 +++ b/gmyth/src/gmyth_debug.h Wed May 23 19:50:41 2007 +0100
1.3 @@ -7,22 +7,21 @@
1.4 * Copyright (C) 2006 INdT - Instituto Nokia de Tecnologia.
1.5 * @author Renato Filho <renato.filho@indt.org.br>
1.6 *
1.7 - *//*
1.8 - *
1.9 - * This program is free software; you can redistribute it and/or modify
1.10 - * it under the terms of the GNU Lesser General Public License as published by
1.11 - * the Free Software Foundation; either version 2 of the License, or
1.12 - * (at your option) any later version.
1.13 - *
1.14 - * This program is distributed in the hope that it will be useful,
1.15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.17 - * GNU General Public License for more details.
1.18 - *
1.19 - * You should have received a copy of the GNU Lesser General Public License
1.20 - * along with this program; if not, write to the Free Software
1.21 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1.22 - */
1.23 +*
1.24 +* This program is free software; you can redistribute it and/or modify
1.25 +* it under the terms of the GNU Lesser General Public License as published by
1.26 +* the Free Software Foundation; either version 2 of the License, or
1.27 +* (at your option) any later version.
1.28 +*
1.29 +* This program is distributed in the hope that it will be useful,
1.30 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.31 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.32 + * GNU General Public License for more details.
1.33 + *
1.34 + * You should have received a copy of the GNU Lesser General Public License
1.35 + * along with this program; if not, write to the Free Software
1.36 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1.37 + */
1.38
1.39 #ifndef __GMYTH_DEBUG_H__
1.40 #define __GMYTH_DEBUG_H__
1.41 @@ -38,9 +37,10 @@
1.42 #define gmyth_debug(...)
1.43 #endif
1.44 void
1.45 -gmyth_debug_real (const char *func,
1.46 - const char *file, int line, gboolean newline, const char *format, ...)
1.47 -G_GNUC_PRINTF (5, 6);
1.48 +gmyth_debug_real ( const char *func,
1.49 + const char *file, int line, gboolean newline,
1.50 + const char *format, ... )
1.51 +G_GNUC_PRINTF ( 5, 6 );
1.52
1.53 G_END_DECLS
1.54 #endif