mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
fc57d6e229
Migrate to using active fork.
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;
|
|
}
|