Fix some pointer * positions.
This commit is contained in:
parent
747f69690a
commit
605dbab2cd
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user