diff options
| author | Pádraig Brady <P@draigBrady.com> | 2021-04-11 18:23:21 +0100 |
|---|---|---|
| committer | Pádraig Brady <P@draigBrady.com> | 2021-04-11 18:33:45 +0100 |
| commit | ef772bf97f7ec577754cbb5b278504d83cf41a43 (patch) | |
| tree | b6553bdc35b4d08368d427dbb3bb790acf43129c /gl/lib/smack.h | |
| parent | ls: cache name width determination (diff) | |
| download | coreutils-ef772bf97f7ec577754cbb5b278504d83cf41a43.tar.gz coreutils-ef772bf97f7ec577754cbb5b278504d83cf41a43.zip | |
maint: use "char const *" rather than "const char *"
* cfg.mk (sc_prohibit-const-char): Add a new syntax-check to
enforce this style.
* *.[ch]: sed -i 's/const char \*/char const */g'
Diffstat (limited to 'gl/lib/smack.h')
| -rw-r--r-- | gl/lib/smack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/lib/smack.h b/gl/lib/smack.h index b7bbc349d..92c257a83 100644 --- a/gl/lib/smack.h +++ b/gl/lib/smack.h @@ -29,7 +29,7 @@ smack_new_label_from_self (char **label) } static inline int -smack_set_label_for_self (const char *label) +smack_set_label_for_self (char const *label) { return -1; } |
