Fix compiler warning about different signedness of pointers in editcmd.c
Signed-off-by: Patrick Winnertz <winnie@debian.org>
Этот коммит содержится в:
родитель
bada6849cd
Коммит
2a9faab6e4
@ -14,7 +14,7 @@ struct etags_hash_struct;
|
|||||||
/*** structures declarations (and typedefs of structures)*****************************************/
|
/*** structures declarations (and typedefs of structures)*****************************************/
|
||||||
|
|
||||||
struct selection {
|
struct selection {
|
||||||
unsigned char *text;
|
gchar *text;
|
||||||
int len;
|
int len;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user