Fix some pointer * positions.

This commit is contained in:
Sadie Powell 2022-09-24 14:26:42 +01:00
parent 747f69690a
commit 605dbab2cd

View File

@ -29,7 +29,7 @@
GSList *profiles = NULL; GSList *profiles = NULL;
struct sts_profile * struct sts_profile *
sts_find (const char* host) sts_find (const char *host)
{ {
time_t now; time_t now;
GSList *next; GSList *next;
@ -96,7 +96,7 @@ sts_new (void)
} }
GHashTable * GHashTable *
sts_parse_cap (const char* cap) sts_parse_cap (const char *cap)
{ {
char **entries, **currentry; char **entries, **currentry;
char *value; char *value;