aboutsummaryrefslogtreecommitdiffstats
path: root/ui/persfilepath_opt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/persfilepath_opt.c')
-rw-r--r--ui/persfilepath_opt.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/ui/persfilepath_opt.c b/ui/persfilepath_opt.c
index 2078eb9d28..cbd894e58f 100644
--- a/ui/persfilepath_opt.c
+++ b/ui/persfilepath_opt.c
@@ -90,3 +90,16 @@ persfilepath_opt(int opt _U_, const char *optstr)
*colonp = ':'; /* put the colon back */
return TRUE;
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */