diff options
author | Tim Riker | 2006-01-25 00:08:53 +0000 |
---|---|---|
committer | Tim Riker | 2006-01-25 00:08:53 +0000 |
commit | c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4 (patch) | |
tree | 5f329b7d0c7f20ecced0dc7581a9ba6dc720d965 /archival/ar.c | |
parent | f64ff682a3d58dbb627e760e6fe1ec21d9ccdf61 (diff) | |
download | busybox-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.zip busybox-c1ef7bdd8d002ae0889efcf883d0e1b7faa938d4.tar.gz |
just whitespace
Diffstat (limited to 'archival/ar.c')
-rw-r--r-- | archival/ar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/ar.c b/archival/ar.c index 983b5ae..05cb231 100644 --- a/archival/ar.c +++ b/archival/ar.c @@ -61,12 +61,12 @@ extern int ar_main(int argc, char **argv) { archive_handle_t *archive_handle; unsigned long opt; - static const char msg_unsupported_err[] = + static const char msg_unsupported_err[] = "Archive %s not supported. Install binutils 'ar'."; char magic[8]; archive_handle = init_handle(); - + /* Prepend '-' to the first argument if required */ bb_opt_complementally = "--:p:t:x:-1:?:p--tx:t--px:x--pt"; opt = bb_getopt_ulflags(argc, argv, "ptxovcr"); |