diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 20:17:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 23:52:47 +0900 |
commit | 8269d6d9e5165bb82495ecc99a527b11aaf24680 (patch) | |
tree | afd889d7a43d9ca28c40c3cb50afcae88b9305ed /noatun-plugins/tyler/display.c | |
parent | fa3efc1b262185d7f45b835ad8fe070aa44aab75 (diff) | |
download | tdeaddons-8269d6d9e5165bb82495ecc99a527b11aaf24680.tar.gz tdeaddons-8269d6d9e5165bb82495ecc99a527b11aaf24680.zip |
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 57ef93c0c479addaa00d9a0cb9ba627dc8599fc5)
Diffstat (limited to 'noatun-plugins/tyler/display.c')
-rw-r--r-- | noatun-plugins/tyler/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/tyler/display.c b/noatun-plugins/tyler/display.c index 6b4f295..c9b3fb5 100644 --- a/noatun-plugins/tyler/display.c +++ b/noatun-plugins/tyler/display.c @@ -79,7 +79,7 @@ void compute_surface(t_interpol* vector_field) int add_dest=0; int add_src; t_interpol *interpol; - register byte* ptr_pix; + byte* ptr_pix; int color; byte* ptr_swap; |