소스 검색

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;


불러오는 중...
취소
저장