aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs-int.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-17 01:24:03 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-17 01:24:03 +0000
commite8f9513367766fc1869e87215dadd8b15a237be4 (patch)
tree3560c7cbb22d4a1103e10f9363180a6244aa8192 /epan/prefs-int.h
parent69121ee4709d1b838d406ed71e4de116e153d69f (diff)
various minor prefs code cleanup
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19916 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/prefs-int.h')
-rw-r--r--epan/prefs-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/prefs-int.h b/epan/prefs-int.h
index e785a5d144..bfce87bb52 100644
--- a/epan/prefs-int.h
+++ b/epan/prefs-int.h
@@ -40,8 +40,8 @@ struct pref_module {
};
/*
- * Module used for protocol preferences. With MSVC and a
- * libwireshark.dll, we need a special declaration.
+ * Module used for protocol preferences.
+ * With MSVC and a libwireshark.dll, we need a special declaration.
*/
WS_VAR_IMPORT module_t *protocols_module;