summaryrefslogtreecommitdiff
path: root/src/librc/librc-stringlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/librc/librc-stringlist.c')
-rw-r--r--src/librc/librc-stringlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librc/librc-stringlist.c b/src/librc/librc-stringlist.c
index c3825cb..818a31c 100644
--- a/src/librc/librc-stringlist.c
+++ b/src/librc/librc-stringlist.c
@@ -146,7 +146,7 @@ librc_hidden_def(rc_stringlist_sort)
void
rc_stringlist_free(RC_STRINGLIST *list)
{
- RC_STRING *s1;
+ RC_STRING *s1;
RC_STRING *s2;
if (!list)