Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Why3
why3
Commits
0bd118d0
Commit
0bd118d0
authored
12 years ago
by
Andrei Paskevich
Browse files
Options
Downloads
Patches
Plain Diff
session: don't close <meta> with </meta_args>
parent
588b5df8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/session/session.ml
+1
-1
1 addition, 1 deletion
src/session/session.ml
with
1 addition
and
1 deletion
src/session/session.ml
+
1
−
1
View file @
0bd118d0
...
...
@@ -607,7 +607,7 @@ and save_meta_args fmt s l =
fprintf
fmt
"@
\n
@[<v 1><meta_arg_int@ val=
\"
%i
\"
/>@]"
i
in
List
.
iter
(
save_meta_arg
fmt
)
l
;
fprintf
fmt
"@]@
\n
</meta
_args
>"
fprintf
fmt
"@]@
\n
</meta>"
and
save_ty
fmt
ty
=
match
ty
.
ty_node
with
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment