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
Spot
Spot
Commits
da0cdf11
Commit
da0cdf11
authored
Jul 17, 2017
by
Alexandre Duret-Lutz
Browse files
remfin: typo
* spot/twaalgos/remfin.cc: 0x16 is not 16.
parent
b9af535f
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/twaalgos/remfin.cc
View file @
da0cdf11
...
...
@@ -712,11 +712,11 @@ namespace spot
enum
class
strategy_t
:
unsigned
{
trivial
=
0x0
1
,
weak
=
0x0
2
,
alternation
=
0x0
4
,
street
=
0x0
8
,
rabin
=
0x0
16
trivial
=
1
,
weak
=
2
,
alternation
=
4
,
street
=
8
,
rabin
=
16
,
};
using
strategy_flags
=
strong_enum_flags
<
strategy_t
>
;
...
...
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