comparison finch/libgnt/gntprogressbar.c @ 28836:88d889b54df4

Fix building finch & libgnt using older gcc or non-gcc compilers that do not understand G_GNUC_NULL_TERMINATED
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 31 Dec 2009 17:33:35 +0000
parents 0a5823a58279
children a8cc50c2279f
comparison
equal deleted inserted replaced
28835:8defc6454a9f 28836:88d889b54df4
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 **/ 21 **/
22 22
23 #include "gntinternal.h"
23 #include "gntprogressbar.h" 24 #include "gntprogressbar.h"
24 #include "gntutils.h" 25 #include "gntutils.h"
25 26
26 #include <string.h> 27 #include <string.h>
27 28