Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
aa9f0284
Commit
aa9f0284
authored
Oct 26, 2015
by
Thomas Jahns
🤸
Browse files
Fix incorrect branch.
parent
a269354d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/table.c
View file @
aa9f0284
...
...
@@ -835,7 +835,7 @@ int tableInqParName(int tableID, int code, char *varname)
}
}
}
if
(
tableID
==
UNDEFID
)
else
if
(
tableID
==
UNDEFID
)
{
}
else
Error
(
"Invalid table ID %d"
,
tableID
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment