From 9a6f746fb6e21dc4fe79ed93dde8b79371a13d34 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 13 Dec 2018 22:11:32 +0100 Subject: locale-util: prefix special glyph enum values with SPECIAL_GLYPH_ This has been irritating me for quite a while: let's prefix these enum values with a common prefix, like we do for almost all other enums. No change in behaviour, just some renaming. --- src/machine/machinectl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/machine/machinectl.c') diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 12b8d69cbd..44e6c76035 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -237,7 +237,7 @@ static int call_get_addresses(sd_bus *bus, const char *name, int ifi, const char if (truncate) { - if (!strextend(&addresses, special_glyph(ELLIPSIS), NULL)) + if (!strextend(&addresses, special_glyph(SPECIAL_GLYPH_ELLIPSIS), NULL)) return -ENOMEM; } -- cgit v1.2.3