comparison console/libgnt/gntstyle.c @ 14836:bfcdd361357e

[gaim-migrate @ 17605] Do things right and fix the compile warnings. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 28 Oct 2006 19:52:30 +0000
parents 8a0cfee11af8
children 29c6bec37b96
comparison
equal deleted inserted replaced
14835:061157db8017 14836:bfcdd361357e
1 #include "gntstyle.h" 1 #include "gntstyle.h"
2 #include "gntcolors.h" 2 #include "gntcolors.h"
3 3
4 #include <ctype.h>
4 #include <string.h> 5 #include <string.h>
5 6
6 #if GLIB_CHECK_VERSION(2,6,0) 7 #if GLIB_CHECK_VERSION(2,6,0)
7 static GKeyFile *gkfile; 8 static GKeyFile *gkfile;
8 #endif 9 #endif