mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
PowerAdapter (Linux): tidy
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
static void parsePowerAdapter(int dfd, FF_MAYBE_UNUSED const char* id, FFlist* results) {
|
||||
static void parsePowerAdapter(int dfd, const char* id, FFlist* results) {
|
||||
FF_STRBUF_AUTO_DESTROY tmpBuffer = ffStrbufCreate();
|
||||
|
||||
// type must exist and be "Mains"
|
||||
|
||||
Reference in New Issue
Block a user