Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beandog committed May 24, 2020
1 parent eee71b0 commit 0880ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluray_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ int main(int argc, char **argv) {
printf(" \"length\": \"%s\",\n", bluray_chapter.length);
printf(" \"start\": %" PRIu64 ",\n", bluray_chapter.start / 900);
printf(" \"duration\": %" PRIu64 ",\n", bd_chapter->duration / 900);
printf(" \"filesize:\" %" PRIu64 "\n", bluray_chapter.size);
printf(" \"filesize\": %" PRIu64 "\n", bluray_chapter.size);
if(chapter_number < bluray_title.chapters)
printf(" },\n");
else
Expand Down

0 comments on commit 0880ec9

Please sign in to comment.