1
1

Fix compiler warning about different signedness of pointers in editcmd.c

Signed-off-by: Patrick Winnertz <winnie@debian.org>
Этот коммит содержится в:
Patrick Winnertz 2009-06-30 13:45:19 +02:00 коммит произвёл Slava Zanko
родитель bada6849cd
Коммит 2a9faab6e4

Просмотреть файл

@ -14,7 +14,7 @@ struct etags_hash_struct;
/*** structures declarations (and typedefs of structures)*****************************************/
struct selection {
unsigned char *text;
gchar *text;
int len;
};