Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs3-25sp
webserver01
Commits
29e3643e
Commit
29e3643e
authored
2 months ago
by
Maxwell F. (Max) Chen
Browse files
Options
Download
Email Patches
Plain Diff
fixed typo
parent
e17e6b9c
Pipeline
#118995
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/ll.h
+1
-1
include/ll.h
with
1 addition
and
1 deletion
+1
-1
include/ll.h
View file @
29e3643e
...
...
@@ -90,7 +90,7 @@ char *ll_get(ll_map_t *dict, char *key);
/**
* Returns an array of all the keys in the dict. The array should
* be freed with `strarray_free` when it is no longer needed. See `str
_util
.h`
* be freed with `strarray_free` when it is no longer needed. See `str
array
.h`
* for more information on `strarray_t`.
*/
strarray_t
*
ll_get_keys
(
ll_map_t
*
dict
);
...
...
This diff is collapsed.
Click to expand it.
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