diff options
Diffstat (limited to 'apps/plugins/lib')
| -rw-r--r-- | apps/plugins/lib/gray_parm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/gray_parm.c b/apps/plugins/lib/gray_parm.c index c4ee92f..7715685 100644 --- a/apps/plugins/lib/gray_parm.c +++ b/apps/plugins/lib/gray_parm.c @@ -30,7 +30,7 @@ #include "gray.h" /* Set position of the top left corner of the greyscale overlay - Note that by is in pixel-block units (8 on Archos/SH1, 4 on H1x0) */ + Note that by is in pixel-block units (8 pixels) */ void gray_set_position(int x, int by) { _gray_info.x = x; |