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);