Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 30 Jul 2023 21:40:29 UTC Commit: 8bf521cd5d99ebb1f1e6942ca5b35e42b4d11dfb https://github.com/geany/geany/commit/8bf521cd5d99ebb1f1e6942ca5b35e42b4d11d...
Log Message: ----------- Proper C prototype
Modified Paths: -------------- src/tagmanager/tm_ctags.c
Modified: src/tagmanager/tm_ctags.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -65,7 +65,7 @@ static void enable_roles(const TMParserType lang, guint kind) }
-static void enable_kinds_and_roles() +static void enable_kinds_and_roles(void) { TMParserType lang;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).