diff options
Diffstat (limited to 'noatun-plugins/nexscope/nex.cpp')
-rw-r--r-- | noatun-plugins/nexscope/nex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/nexscope/nex.cpp b/noatun-plugins/nexscope/nex.cpp index 6d3cbd2..b8ba470 100644 --- a/noatun-plugins/nexscope/nex.cpp +++ b/noatun-plugins/nexscope/nex.cpp @@ -334,7 +334,7 @@ Bitmap *RendererList::render(float *pcm[4], Bitmap *source) while (d<end) { - register int dest=*d; + int dest=*d; if (dest && ((dest | *s) & 128)) { // there's danger of going past 0xFF |