In geanyctags/src/geanyctags.c:

> @@ -414,6 +414,7 @@ static void find_tags(const gchar *name, gboolean declaration, gboolean case_sen
>  	gchar *tag_filename = NULL;
>  	tagEntry entry;
>  	tagFileInfo info;
> +	int lastLineNumber = 0;

style: this file uses underscore separators, not CamelCase


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.