aboutsummaryrefslogtreecommitdiffstats
path: root/epan/funnel.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/funnel.c')
-rw-r--r--epan/funnel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/funnel.c b/epan/funnel.c
index 13cf9743db..26b2874f12 100644
--- a/epan/funnel.c
+++ b/epan/funnel.c
@@ -23,7 +23,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
@@ -57,7 +57,7 @@ void funnel_register_menu(const char *name,
m->callback_data = callback_data;
m->retap = retap;
m->next = NULL;
-
+
if (!menus) {
menus = m;
} else {