Skip to content

Commit

Permalink
Merge pull request #1626 from jannick0/patch-1
Browse files Browse the repository at this point in the history
parsers/tcl.c: initialize variable
  • Loading branch information
masatake committed Dec 27, 2017
2 parents d161653 + c2c434a commit 04a8f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsers/tcl.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ static void notifyNamespaceImport (tokenInfo *const token)
static int notifyCommand (tokenInfo *const token, unsigned int parent)
{
subparser *sub;
int r;
int r = CORK_NIL;

foreachSubparser (sub, false)
{
Expand Down

0 comments on commit 04a8f1f

Please sign in to comment.