aboutsummaryrefslogtreecommitdiff
path: root/archival/libunarchive/get_header_tar.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/libunarchive/get_header_tar.c')
-rw-r--r--archival/libunarchive/get_header_tar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/archival/libunarchive/get_header_tar.c b/archival/libunarchive/get_header_tar.c
index 639e2dc36..be6bf2a06 100644
--- a/archival/libunarchive/get_header_tar.c
+++ b/archival/libunarchive/get_header_tar.c
@@ -96,4 +96,5 @@ file_header_t *get_header_tar(FILE *tar_stream)
strtol(tar.formated.devminor, NULL, 8);
return(tar_entry);
-} \ No newline at end of file
+}
+