ソースを参照

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;


読み込み中…
キャンセル
保存