aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/randpktdump.c
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2016-03-29 00:55:04 +0200
committerPeter Wu <peter@lekensteyn.nl>2016-03-29 09:45:27 +0000
commit130ecc3ab325f2203cd0e632d091a4e7a80d4151 (patch)
tree2ddf2fbfae1c45c20a7b91d1106d7ac787af04c3 /extcap/randpktdump.c
parent0fe522dfc689c3ebd119f2a6775d1f275c5f04d8 (diff)
Fix modeline definitions
Fix mismatching emacs and vi modelines. Change-Id: I5cab8c5b7692746a5fa731c977cef903ad19a6f6 Reviewed-on: https://code.wireshark.org/review/14688 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'extcap/randpktdump.c')
-rw-r--r--extcap/randpktdump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extcap/randpktdump.c b/extcap/randpktdump.c
index f93b953361..663f7d3444 100644
--- a/extcap/randpktdump.c
+++ b/extcap/randpktdump.c
@@ -343,7 +343,7 @@ int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
#endif
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 8
@@ -351,6 +351,6 @@ int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
* indent-tabs-mode: t
* End:
*
- * vi: set shiftwidth=8 tabstop=8 expandtab:
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
* :indentSize=8:tabSize=8:noTabs=false:
*/