projects
/
crypto.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19c5d79
)
Typo fix.
author
Pekka Riikonen
<priikone@silcnet.org>
Tue, 1 May 2007 16:52:17 +0000
(16:52 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Tue, 1 May 2007 16:52:17 +0000
(16:52 +0000)
lib/silcutil/silcstrutil.c
patch
|
blob
|
history
diff --git
a/lib/silcutil/silcstrutil.c
b/lib/silcutil/silcstrutil.c
index 0bf94f2dd69296777774989bc764c7cf85c5a51a..1133c88dbf87814b3ea9b8f8e20e9267d5d9dfe4 100644
(file)
--- a/
lib/silcutil/silcstrutil.c
+++ b/
lib/silcutil/silcstrutil.c
@@
-338,7
+338,7
@@
char *silc_string_regexify(const char *string)
regex = silc_calloc(len + count + 1, sizeof(*regex));
if (!regex)
- re
e
turn NULL;
+ return NULL;
count = 0;
regex[count++] = '(';