Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
CoMISo
Base
Commits
b0ad4d15
Commit
b0ad4d15
authored
Jun 22, 2017
by
Martin Marinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the PROGRESS_ABORTED error message.
parent
67ab2449
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Utils/BaseErrorInc.hh
Utils/BaseErrorInc.hh
+1
-1
No files found.
Utils/BaseErrorInc.hh
View file @
b0ad4d15
...
...
@@ -9,4 +9,4 @@
// and it is not an error code.
DEFINE_ERROR
(
SUCCESS
,
"Success"
)
DEFINE_ERROR
(
TODO
,
"TODO: Undefined error message"
)
DEFINE_ERROR
(
PROGRESS_ABORTED
,
"Progress
cancell
ed"
)
DEFINE_ERROR
(
PROGRESS_ABORTED
,
"Progress
abort
ed"
)
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