stty: rearrange functions, avoiding the need in forward declarations.
[oweals/busybox.git] / archival / libunarchive / seek_by_jump.c
index e1917dd2adf914135c8f1c858e0843617cd289e2..d605f61dd4a103f8e917ecc55bbbaefbf3c0194b 100644 (file)
@@ -19,6 +19,6 @@ void seek_by_jump(const archive_handle_t *archive_handle, const unsigned int amo
                        seek_by_read(archive_handle, amount);
                } else
 #endif
-                       bb_perror_msg_and_die("Seek failure");
+                       bb_perror_msg_and_die("seek failure");
        }
 }