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:
parent
62db5c1e48
commit
b8f72c0f2c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user