summaryrefslogtreecommitdiff
path: root/src/librc/librc-misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/librc/librc-misc.c')
-rw-r--r--src/librc/librc-misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librc/librc-misc.c b/src/librc/librc-misc.c
index da52f98..7b3c3df 100644
--- a/src/librc/librc-misc.c
+++ b/src/librc/librc-misc.c
@@ -3,7 +3,7 @@
rc misc functions
*/
-/*
+/*
* Copyright 2007 Roy Marples
* All rights reserved
@@ -218,7 +218,7 @@ char **rc_config_load (const char *file)
any prior values we may already have */
STRLIST_FOREACH (config, line, i) {
char *tmp = xstrdup (line);
- linep = tmp;
+ linep = tmp;
linetok = strsep (&linep, "=");
if (strcmp (linetok, entry) == 0) {
/* We have a match now - to save time we directly replace it */