Skip to content

Commit 497166f

Browse files
committed
1.5.14: fix #2: opuspic2tag: add end line
1 parent caa7bf7 commit 497166f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
![GitHub release (latest by date)](https://img.shields.io/github/v/release/hcmiya/opuscomment)
1+
`Origin_:`![GitHub release (latest by date)](https://img.shields.io/github/v/release/hcmiya/opuscomment)
22
![GitHub Release Date](https://img.shields.io/github/release-date/hcmiya/opuscomment)
33
![GitHub repo size](https://img.shields.io/github/repo-size/hcmiya/opuscomment)
44
![GitHub all releases](https://img.shields.io/github/downloads/hcmiya/opuscomment/total)
5-
![GitHub](https://img.shields.io/github/license/hcmiya/opuscomment)
5+
![GitHub](https://img.shields.io/github/license/hcmiya/opuscomment)
6+
`ORG.SLM:`![GitHub release (latest by date)](https://img.shields.io/github/v/release/Sound-Linux-More/opuscomment)
7+
![GitHub Release Date](https://img.shields.io/github/release-date/Sound-Linux-More/opuscomment)
8+
![GitHub repo size](https://img.shields.io/github/repo-size/Sound-Linux-More/opuscomment)
9+
![GitHub all releases](https://img.shields.io/github/downloads/Sound-Linux-More/opuscomment/total)
10+
![GitHub](https://img.shields.io/github/license/Sound-Linux-More/opuscomment)
611

712
# opuscomment
813

src/opuspic2tag.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ int main(int argc, char **argv)
111111
}
112112
fwrite(picture_meta, 1, picture_meta_len, out);
113113
free(picture_meta);
114+
fwrite("\n", 1, 1, out);
114115
}
115116
if(out)
116117
fclose(out);

0 commit comments

Comments
 (0)