X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=configfile.c;h=0a522aaba1e872f233ff00bb98e67c19d81613b1;hp=5ed02d6eb22c37863968fc9ca7da89878e363384;hb=refs%2Fheads%2Fdiablo-package;hpb=2911dbc13efc73b29f98cf813598e18c7c807dea;ds=sidebyside diff --git a/configfile.c b/configfile.c index 5ed02d6..0a522aa 100644 --- a/configfile.c +++ b/configfile.c @@ -169,7 +169,7 @@ int parse_config_file_line(FILE *fp, struct swb_config_line *line) { /* calloc() zeroes the memory, so string is automatically null terminated */ - /* make key point to a null-terminated string holding the + /* make key point to a null-terminated string holding the config key */ len = substrs[1].rm_eo - substrs[1].rm_so; memmove(line->key, line->key+substrs[1].rm_so, len);