Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
9fa780a9
Commit
9fa780a9
authored
Aug 30, 2016
by
Jeroen Vreeken
Browse files
Typo
parent
eecb06ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
controller/controller/controller_load.c
View file @
9fa780a9
...
...
@@ -519,7 +519,7 @@ int controller_load_include(yyscan_t scanner, char *rel_name)
int
r
;
char
*
file_name
=
rel2file
(
scanner
,
rel_name
);
log_send
(
LOG_T_DEBUG
,
"I
mport
'%s' (%s)"
,
file_name
,
rel_name
);
log_send
(
LOG_T_DEBUG
,
"I
nclude
'%s' (%s)"
,
file_name
,
rel_name
);
if
(
!
file_name
)
{
log_send
(
LOG_T_ERROR
,
"Could not find file"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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