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-24sp
regexlib
Commits
a7a1898c
Commit
a7a1898c
authored
1 year ago
by
Adam Blank
Browse files
Options
Download
Email Patches
Plain Diff
fix typo
parent
c793174a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
regex.c
+1
-1
regex.c
with
1 addition
and
1 deletion
+1
-1
regex.c
View file @
a7a1898c
...
...
@@ -66,4 +66,4 @@ range_t *regexp_match(char *regex, char *line) {
assert
(
line
[
0
]
!=
'*'
);
return
_regexp_match
(
regex
,
regex
,
line
,
caret
,
dollar
,
0
,
0
,
0
);
t
'
s
}
}
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