*: mass renaming of USE_XXXX to IF_XXXX
[oweals/busybox.git] / util-linux / hexdump.c
index 48edd70a930e2acf5ac45f68be104e288f35924e..98d1ac2bae672f02c89074d3da449b43567de0df 100644 (file)
@@ -41,7 +41,7 @@ static const char *const add_strings[] = {
 
 static const char add_first[] ALIGN1 = "\"%07.7_Ax\n\"";
 
-static const char hexdump_opts[] ALIGN1 = "bcdoxCe:f:n:s:v" USE_FEATURE_HEXDUMP_REVERSE("R");
+static const char hexdump_opts[] ALIGN1 = "bcdoxCe:f:n:s:v" IF_FEATURE_HEXDUMP_REVERSE("R");
 
 static const struct suffix_mult suffixes[] = {
        { "b", 512 },