Skip to content

Commit 969523a

Browse files
committed
BIOS: normalize the module name
Fix #1721
1 parent 5d960ec commit 969523a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/bios/bios.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include "fastfetch.h"
44

5-
#define FF_BIOS_MODULE_NAME "Bios"
5+
#define FF_BIOS_MODULE_NAME "BIOS"
66

77
void ffPrintBios(FFBiosOptions* options);
88
void ffInitBiosOptions(FFBiosOptions* options);

0 commit comments

Comments
 (0)