summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-18 14:51:27 +0900
committer諏訪子 <suwako@076.moe>2024-06-18 14:51:27 +0900
commitcfc9d105e6b808922a5dc8c357225a9fba1236e2 (patch)
tree88d79d63b73ada991148f65d97e842a315d8766d /src
parent3d1ebf7ac8f9bbc19b62e9e8327f6c3cdb13550f (diff)
parent45597e432f9c683b91ed6f424ad70d96a537fb83 (diff)
Merge branch 'master' of gitler.moe:suwako/farfetch
Diffstat (limited to 'src')
-rw-r--r--src/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu.c b/src/cpu.c
index 7215e14..11eebc9 100644
--- a/src/cpu.c
+++ b/src/cpu.c
@@ -43,7 +43,7 @@ void display_cpu() {
double fmt;
FILE *fp = fopen("/sys/devices/system/cpu/cpu0/cpufreq/bios_limit", "r");
if (fp == NULL) {
- perror("Error opening file");
+ perror("失敗");
return;
}