mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
limit line length to 79 characters
This commit is contained in:
@@ -57,7 +57,8 @@ mfconn_api_folder_get_info(mfconn * conn, mffolder * folder,
|
||||
} else {
|
||||
api_call = mfconn_create_signed_get(conn, 0, "folder/get_info.php",
|
||||
"?folder_key=%s"
|
||||
"&response_format=json", folderkey);
|
||||
"&response_format=json",
|
||||
folderkey);
|
||||
}
|
||||
|
||||
http = http_create();
|
||||
|
||||
@@ -60,7 +60,8 @@ mfconn_api_user_get_session_token(mfconn * conn, const char *server,
|
||||
|
||||
// create user signature
|
||||
user_signature =
|
||||
mfconn_create_user_signature(conn, username, password, app_id, app_key);
|
||||
mfconn_create_user_signature(conn, username, password, app_id,
|
||||
app_key);
|
||||
|
||||
post_args = strdup_printf("email=%s"
|
||||
"&password=%s"
|
||||
|
||||
Reference in New Issue
Block a user