This commit is contained in:
Your Name 2025-05-05 09:42:21 +03:00
parent a6dad6d697
commit d0844c7fd6
2 changed files with 3 additions and 2 deletions

1
img.c
View file

@ -458,6 +458,7 @@ void build_xml(const char *file, struct DB_STR *db) {
break;
p = i;
count++;
}
fputs("\n</channel>\n</rss>", fp);