File: mb-applet-battery-fix

package info (click to toggle)
matchbox-panel 0.9.3%2Bgit20100816-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 976 kB
  • sloc: ansic: 6,332; makefile: 164; sh: 11
file content (12 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Fix build of mb-applet-battery.c
--- a/applets/mb-applet-battery.c
+++ b/applets/mb-applet-battery.c
@@ -177,7 +177,7 @@
 		unsigned long	present_rate;
 	};
 
-	static int
+	int
 	line_parse(char *line, struct entry *e)
 	{
 		char *ptr;