diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 11:11:01 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 11:11:01 -0800 |
commit | 469a30f158edceda99fe8a086abbeefffa010e02 (patch) | |
tree | 8b1565e2d2614b139ac27579706cd429de5ab6ba /src | |
parent | 23909c35a4bf4fc20d62d333e71e034249b4a707 (diff) |
Convert src/draglock.c from ISO-8859-1 to UTF-8
Fixes flawfinder error in CI:
Error: encoding error in ./src/draglock.c
'utf-8' codec can't decode byte 0xa9 in position 343: invalid start byte
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/draglock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draglock.c b/src/draglock.c index ac9d9c0..095e974 100644 --- a/src/draglock.c +++ b/src/draglock.c @@ -5,7 +5,7 @@ * Copyright 1994-2002 by The XFree86 Project, Inc. * Copyright 2002 by Paul Elliott * (Ported from xf86-input-mouse, above copyrights taken from there) - * Copyright © 2008 University of South Australia + * Copyright © 2008 University of South Australia * Copyright 2008 by Chris Salch * Copyright 2008 Red Hat, Inc. * |