From 8b03ead540bb2e87a75840400345725b290bfd36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Tue, 28 Dec 2021 02:29:26 +0000 Subject: [PATCH] EditorConfig: Fix epan/to_str.h --- epan/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/.editorconfig b/epan/.editorconfig index f6378b3d4a..cf7b2fa2a5 100644 --- a/epan/.editorconfig +++ b/epan/.editorconfig @@ -136,7 +136,7 @@ indent_size = tab indent_style = tab indent_size = tab -[to_str.[ch]] +[to_str.c] indent_style = tab indent_size = tab