[geany/geany] fec974: objc: fix property Protocol type error

solawing git-noreply at xxxxx
Mon Mar 7 11:48:57 UTC 2016


Branch:      refs/heads/master
Author:      solawing <316786359 at qq.com>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 07 Mar 2016 11:48:57 UTC
Commit:      fec974687c70878bd7148a96eb1fa1e0cfb6716d
             https://github.com/geany/geany/commit/fec974687c70878bd7148a96eb1fa1e0cfb6716d

Log Message:
-----------
objc: fix property Protocol type error

X-Universal-CTags-Commit-ID: 43330bfe114658726bd3926c8a48bfe1858352fa


Modified Paths:
--------------
    tagmanager/ctags/objc.c

Modified: tagmanager/ctags/objc.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -51,7 +51,7 @@ typedef enum {
 static kindOption ObjcKinds[] = {
 	{TRUE, 'i', "interface", "class interface"},
 	{TRUE, 'I', "implementation", "class implementation"},
-	{TRUE, 'p', "protocol", "Protocol"},
+	{TRUE, 'P', "protocol", "Protocol"},
 	{TRUE, 'm', "method", "Object's method"},
 	{TRUE, 'c', "class", "Class' method"},
 	{TRUE, 'v', "var", "Global variable"},



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list