aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-12-26 22:34:39 +0000
committerGuy Harris <guy@alum.mit.edu>2012-12-26 22:34:39 +0000
commitf79410f0cd924af00e1099eddc4def05afdc8a13 (patch)
tree63fd225dba181e566b6f519cec4319f96d27c982 /epan/prefs.c
parent7df01d368e412e918a4c7a494ea8cb8a5bb64e9f (diff)
Tabs -> spaces.
svn path=/trunk/; revision=46800
Diffstat (limited to 'epan/prefs.c')
-rw-r--r--epan/prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/prefs.c b/epan/prefs.c
index 2828b86bfc..84775b84da 100644
--- a/epan/prefs.c
+++ b/epan/prefs.c
@@ -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: