aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/plugins.c
diff options
context:
space:
mode:
authorRoland Knall <roland.knall@br-automation.com>2015-03-31 12:56:19 +0200
committerAnders Broman <a.broman58@gmail.com>2015-03-31 11:39:35 +0000
commit17cbd50e5afa2fe193a80d65bc4f2ca269045fd8 (patch)
treeae96440f5b6c6889f62b7b8ab3bf78e9c48ae907 /wsutil/plugins.c
parent4db7c2d435e32f4958aeb48eba45b11c16b8f066 (diff)
wsutil: Fix comment
Comment was, although accurate on the subject, not very well formulated Change-Id: I4e6a4bdbc40f75b6bca72de4e71451c441d70d08 Reviewed-on: https://code.wireshark.org/review/7863 Reviewed-by: Roland Knall <rknall@gmail.com> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wsutil/plugins.c')
-rw-r--r--wsutil/plugins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/plugins.c b/wsutil/plugins.c
index 4ab167a1a2..ab15a1809a 100644
--- a/wsutil/plugins.c
+++ b/wsutil/plugins.c
@@ -349,7 +349,7 @@ plugins_get_descriptions(plugin_description_callback callback, void *user_data)
{
type_callback_info info;
- info.types = NULL; /* FUCK LLVM UP THE ASS WITH A RED HOT POKER */
+ info.types = NULL; /* Certain compiler suites need a init state for this variable */
for (info.pt_plug = plugin_list; info.pt_plug != NULL;
info.pt_plug = info.pt_plug->next)
{