mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Fix typo
This commit is contained in:
@@ -38,7 +38,7 @@ void ffPlatformInit(FFPlatform* platform)
|
||||
}
|
||||
|
||||
if(platform->systemArchitecture.length == 0)
|
||||
ffStrbufAppendS(&platform->systemName, "Unknown");
|
||||
ffStrbufAppendS(&platform->systemArchitecture, "Unknown");
|
||||
}
|
||||
|
||||
void ffPlatformDestroy(FFPlatform* platform)
|
||||
|
||||
Reference in New Issue
Block a user