aboutsummaryrefslogtreecommitdiff
path: root/coreutils/head.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/head.c')
-rw-r--r--coreutils/head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/head.c b/coreutils/head.c
index 628dae5ea..eb0dcf212 100644
--- a/coreutils/head.c
+++ b/coreutils/head.c
@@ -85,7 +85,7 @@ int head_main(int argc, char **argv)
85#endif 85#endif
86 case 'n': 86 case 'n':
87 p = optarg; 87 p = optarg;
88#if ENABLE_FEATURE_FANCY_HEAD 88#if defined CONFIG_FEATURE_SUSv2 || ENABLE_FEATURE_FANCY_HEAD
89 GET_COUNT: 89 GET_COUNT:
90#endif 90#endif
91 count = bb_xgetularg10(p); 91 count = bb_xgetularg10(p);