瀏覽代碼

Unify type of in for loops

master
Aaron Marcher 6 年之前
父節點
當前提交
7ab183c97f
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      components/battery.c

+ 2
- 1
components/battery.c 查看文件

@@ -77,7 +77,8 @@
const char *
battery_state(const char *bat)
{
int fd, i;
int fd;
size_t i;
struct apm_power_info apm_info;
struct {
unsigned int state;


Loading…
取消
儲存