fix printf warning
[oweals/busybox.git] / include / unarchive.h
index bbf11b5570690e24ea9419dee37d0e84b45e4097..1679b73ab1b90f60fd5e994d5a9a4e6dc5b4b05a 100644 (file)
@@ -37,7 +37,7 @@ typedef struct archive_handle_s {
 
        /* process the data component, e.g. extract to filesystem */
        void (*action_data)(struct archive_handle_s *);
-       
+
        /* How to process any sub archive, e.g. get_header_tar_gz */
        char (*action_data_subarchive)(struct archive_handle_s *);