瀏覽代碼

removed a misplaced ';'

Ali H. Fardan 9 年之前
父節點
當前提交
24c4134df6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.def.h

+ 1 - 1
config.def.h

@@ -9,7 +9,7 @@
 #define BATTERY_FULL	"energy_full_design"
 
 /* bar update interval in seconds (smallest value = 1) */
-#define UPDATE_INTERVAL	1;
+#define UPDATE_INTERVAL	1
 
 /* text to show if no value can be retrieved */
 #define UNKNOWN_STR	"n/a"