1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-02 01:18:26 +03:00

cleanup: use const format

This commit is contained in:
Zdenek Kabelac 2013-11-22 20:43:30 +01:00
parent 62db5c1e48
commit b8f72c0f2c

View File

@ -88,7 +88,7 @@ struct label_ops {
struct labeller { struct labeller {
struct label_ops *ops; struct label_ops *ops;
struct format_type *fmt; const struct format_type *fmt;
}; };
int label_init(void); int label_init(void);