diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/lib/grey_sh.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/grey_sh.S b/apps/plugins/lib/grey_sh.S index 5bc003c..5714f95 100644 --- a/apps/plugins/lib/grey_sh.S +++ b/apps/plugins/lib/grey_sh.S @@ -132,6 +132,6 @@ __grey_line1: rts nop - .size _grey_line1, . - _grey_line1 + .size __grey_line1, . - __grey_line1 #endif |