mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 00:36:21 +00:00
Applied coding style to src/tools/
This commit is contained in:
@@ -54,7 +54,7 @@ tinyurl_valid(char *url)
|
||||
g_str_has_prefix(url, "https://"));
|
||||
}
|
||||
|
||||
char *
|
||||
char*
|
||||
tinyurl_get(char *url)
|
||||
{
|
||||
GString *full_url = g_string_new("http://tinyurl.com/api-create.php?url=");
|
||||
|
||||
Reference in New Issue
Block a user