Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
excit
Commits
2d727486
Commit
2d727486
authored
Apr 10, 2020
by
Brice Videau
Browse files
Removed extra const.
parent
84af2310
Pipeline
#10092
failed with stages
in 5 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
src/excit.h
View file @
2d727486
...
@@ -410,7 +410,7 @@ int excit_cyclic_next(excit_t it, ssize_t *indexes, int *looped);
...
@@ -410,7 +410,7 @@ int excit_cyclic_next(excit_t it, ssize_t *indexes, int *looped);
* "index": an array of indexes.
* "index": an array of indexes.
* Returns EXCIT_SUCCESS or an error code.
* Returns EXCIT_SUCCESS or an error code.
*/
*/
int
excit_index_init
(
excit_t
it
,
const
ssize_t
len
,
const
ssize_t
*
index
);
int
excit_index_init
(
excit_t
it
,
ssize_t
len
,
const
ssize_t
*
index
);
/*
/*
* Initializes a range iterator to iterate from first to last (included) by step.
* Initializes a range iterator to iterate from first to last (included) by step.
...
...
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