From 605dbab2cdbcc37e97663cbc84ecc4df51c768e9 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 24 Sep 2022 14:26:42 +0100 Subject: [PATCH] Fix some pointer * positions. --- src/common/sts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/sts.c b/src/common/sts.c index 9a5bfe73..3503233b 100644 --- a/src/common/sts.c +++ b/src/common/sts.c @@ -29,7 +29,7 @@ GSList *profiles = NULL; struct sts_profile * -sts_find (const char* host) +sts_find (const char *host) { time_t now; GSList *next; @@ -96,7 +96,7 @@ sts_new (void) } GHashTable * -sts_parse_cap (const char* cap) +sts_parse_cap (const char *cap) { char **entries, **currentry; char *value;