diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-27 17:18:06 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-27 17:18:06 +0200 |
commit | d485cd2ba9e869da4d8cbb2a83da64652ca6caca (patch) | |
tree | 4b583556f69dbb06da3ffa0de5d68a031df86b0b /asm/f_percent.asm | |
parent | Better comments (diff) | |
download | lowbat-bsd-d485cd2ba9e869da4d8cbb2a83da64652ca6caca.tar.gz lowbat-bsd-d485cd2ba9e869da4d8cbb2a83da64652ca6caca.tar.bz2 lowbat-bsd-d485cd2ba9e869da4d8cbb2a83da64652ca6caca.tar.xz lowbat-bsd-d485cd2ba9e869da4d8cbb2a83da64652ca6caca.tar.zst lowbat-bsd-d485cd2ba9e869da4d8cbb2a83da64652ca6caca.zip |
f_status rewrite
Diffstat (limited to 'asm/f_percent.asm')
-rw-r--r-- | asm/f_percent.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/f_percent.asm b/asm/f_percent.asm index 82b560e..d38daef 100644 --- a/asm/f_percent.asm +++ b/asm/f_percent.asm @@ -45,6 +45,6 @@ err: retq .data - f_cmd: .asciz "apm -l >/tmp/lowbat.percent" - pr_file: .asciz "/tmp/lowbat.percent" - buff: .byte 0x0, 0x0, 0x0, 0x0 + f_cmd: .asciz "apm -l >/tmp/lowbat.percent" + pr_file: .asciz "/tmp/lowbat.percent" + buff: .byte 0x0, 0x0, 0x0, 0x0 |