Tabs -> spaces.

svn path=/trunk/; revision=46800
This commit is contained in:
Guy Harris 2012-12-26 22:34:39 +00:00
parent 7df01d368e
commit f79410f0cd
1 changed files with 1 additions and 1 deletions

View File

@ -2888,7 +2888,7 @@ read_prefs_file(const char *pf_path, FILE *pf,
if (cur_var->len > 0) {
if (got_val) {
/* Call the routine to set the preference; it will parse
the value as appropriate. */
the value as appropriate. */
switch (pref_set_pair_fct(cur_var->str, cur_val->str, private_data, FALSE)) {
case PREFS_SET_OK: