style
This commit is contained in:
@@ -521,7 +521,7 @@ static void set_my_user_directory(void) {
|
||||
char *cwd_buffer = (char *)calloc(pathLen, sizeof(uint8_t));
|
||||
if (cwd_buffer == NULL) {
|
||||
PrintAndLogEx(WARNING, "failed to allocate memory");
|
||||
return;
|
||||
return;
|
||||
}
|
||||
|
||||
while (GetCurrentDir(cwd_buffer, pathLen) == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user