Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sébastien Villemot
dseries
Commits
a601d537
Commit
a601d537
authored
May 16, 2017
by
Stéphane Adjemian
Browse files
Added missing fclose statement (print method).
parent
301f1034
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/@x13/print.m
View file @
a601d537
...
...
@@ -212,4 +212,6 @@ if ismember('x11', o.commands)
end
end
fprintf
(
fid
,
'}\n\n'
);
end
\ No newline at end of file
end
fclose
(
fid
);
\ No newline at end of file
Write
Preview
Supports
Markdown
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