Skip to content

Commit

Permalink
parsers/tcl.c: initialize variable
Browse files Browse the repository at this point in the history
As per #1624.
  • Loading branch information
jannick0 authored Dec 27, 2017
1 parent d161653 commit c2c434a
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 c2c434a

Please sign in to comment.