mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 00:01:16 +00:00
fix remaining style issues
This commit is contained in:
parent
964eb51dd9
commit
036247186b
@ -98,9 +98,9 @@ static void get_profile_dir (char *profile_dir, const char *home_dir)
|
||||
return;
|
||||
|
||||
char *data_dir = (char *) hcmalloc (HCBUFSIZ_TINY);
|
||||
if (getenv("XDG_DATA_HOME"))
|
||||
if (getenv ("XDG_DATA_HOME"))
|
||||
{
|
||||
strncpy (data_dir, getenv("XDG_DATA_HOME"), HCBUFSIZ_TINY);
|
||||
strncpy (data_dir, getenv ("XDG_DATA_HOME"), HCBUFSIZ_TINY);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user