Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Dec 15, 2014
1 parent 7e3ee79 commit 417e85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/regex.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ int regex_request_to_sub(TALLOC_CTX *ctx, char **out, REQUEST *request, uint32_t

cap = request_data_reference(request, request, REQUEST_DATA_REGEX);
if (!cap) {
RDEBUG4("No subcapture data found", num);
RDEBUG4("No subcapture data found");
*out = NULL;
return -1;
}
Expand Down

0 comments on commit 417e85a

Please sign in to comment.