mirror of
https://github.com/termux/termux-packages.git
synced 2025-07-16 22:54:51 +00:00
11 lines
258 B
Diff
11 lines
258 B
Diff
--- a/src/battery/dummy.c
|
|
+++ b/src/battery/dummy.c
|
|
@@ -41,6 +41,6 @@
|
|
char *battery_os_tooltip()
|
|
{
|
|
char *text;
|
|
- strdup_static(text, "Operating System not supported")
|
|
+ strdup_static(text, "Operating System not supported");
|
|
return text;
|
|
}
|