diff options
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 |