Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
sapl-interpreter
Commits
2866c938
Commit
2866c938
authored
Mar 14, 2016
by
Laszlo Domoszlai
Browse files
fix typo
parent
b1597e3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
interpreter/thunk.c
View file @
2866c938
...
...
@@ -49,7 +49,7 @@ double readR(Thunk* thunk) {
assert
(
thunk
!=
NULL
);
if
(
thunk
->
desc
!=
(
Desc
*
)
__REAL__
)
{
printf
(
"read
C
: not a real: "
);
printf
(
"read
R
: not a real: "
);
printDesc
(
thunk
->
desc
);
exit
(
-
1
);
}
...
...
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