summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2016-04-10 13:54:03 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2016-04-10 13:54:03 +0200
commite9b8b6c62ac1a37f795259c979fa5fce4dd8ffdb (patch)
treeff28e088f5e45d7cb802909ceee32ca9a25c6fa8
parenta5edc50032fae1231acb44b946b060e54aca9560 (diff)
small style fix
-rw-r--r--sfeed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfeed.c b/sfeed.c
index 96fb3f6..afce8ae 100644
--- a/sfeed.c
+++ b/sfeed.c
@@ -55,7 +55,7 @@ enum TagId {
AtomTagId,
AtomTagLink,
AtomTagAuthor,
- TagLast,
+ TagLast
};
typedef struct feedtag {
@@ -85,7 +85,7 @@ typedef struct feedcontext {
int attrcount; /* count item HTML element attributes */
} FeedContext;
-static long long datetounix(long long, int, int, int, int, int);
+static long long datetounix(long long, int, int, int, int, int);
static enum TagId gettag(enum FeedType, const char *, size_t);
static long long gettzoffset(const char *);
static int isattr(const char *, size_t, const char *, size_t);