From 8b2a91772673daf94a2111e433950374420a77f5 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 10 Dec 2011 22:06:07 +0000 Subject: [PATCH] Constifiying --- src/plugins/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/debug.c b/src/plugins/debug.c index 1f62057..1107181 100644 --- a/src/plugins/debug.c +++ b/src/plugins/debug.c @@ -49,7 +49,7 @@ typedef struct _DebugPhoneEvent /* variables */ -static struct +static const struct { char const * name; ModemRequestType request;