diff options
-rw-r--r-- | sfeed_json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_json.c b/sfeed_json.c index 4fe5942..4e1f52c 100644 --- a/sfeed_json.c +++ b/sfeed_json.c @@ -121,7 +121,7 @@ printfeed(FILE *fp, const char *feedname) } if (fields[FieldEnclosure][0]) { - fputs(",\n\t\"attachments\": [{\"url:\": \"", stdout); + fputs(",\n\t\"attachments\": [{\"url\": \"", stdout); printfield(fields[FieldEnclosure]); fputs("\"}]", stdout); } |