aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 12:32:22 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-09-14 12:32:22 +1000
commit035857cb1c5ea2956b5bc721992169e2571fc03b (patch)
tree0979c8c1cad4537232b6be352a4c8da6d96072fb /coreutils
parent29ab9e37d0dc05dc6e302437106800bf62748b05 (diff)
parent8837c5dec402fd6782589c0a676bc7f90dea4061 (diff)
downloadbusybox-w32-035857cb1c5ea2956b5bc721992169e2571fc03b.tar.gz
busybox-w32-035857cb1c5ea2956b5bc721992169e2571fc03b.tar.bz2
busybox-w32-035857cb1c5ea2956b5bc721992169e2571fc03b.zip
Merge branch 'origin/master' (early part)
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/od_bloaty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c
index 7b1ab8981..cb97ff8c5 100644
--- a/coreutils/od_bloaty.c
+++ b/coreutils/od_bloaty.c
@@ -528,7 +528,7 @@ check_and_close(void)
528 S_ORIG is solely for reporting errors. It should be the full format 528 S_ORIG is solely for reporting errors. It should be the full format
529 string argument. */ 529 string argument. */
530 530
531static const char * 531static NOINLINE const char *
532decode_one_format(const char *s_orig, const char *s, struct tspec *tspec) 532decode_one_format(const char *s_orig, const char *s, struct tspec *tspec)
533{ 533{
534 enum size_spec size_spec; 534 enum size_spec size_spec;