From b8f72c0f2c41fa76bdd3f4c0d73cf31dc9ce9b88 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 22 Nov 2013 20:43:30 +0100 Subject: [PATCH] cleanup: use const format --- lib/label/label.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/label/label.h b/lib/label/label.h index 103e799a8..253e1e8d6 100644 --- a/lib/label/label.h +++ b/lib/label/label.h @@ -88,7 +88,7 @@ struct label_ops { struct labeller { struct label_ops *ops; - struct format_type *fmt; + const struct format_type *fmt; }; int label_init(void);