mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-03 10:13:11 +00:00
rpng.c - cleanup
This commit is contained in:
parent
d363bdf24e
commit
29d533773c
@ -247,8 +247,7 @@ static inline int paeth(int a, int b, int c)
|
||||
return a;
|
||||
else if (pb <= pc)
|
||||
return b;
|
||||
else
|
||||
return c;
|
||||
return c;
|
||||
}
|
||||
|
||||
static inline void copy_line_rgb(uint32_t *data,
|
||||
|
Loading…
x
Reference in New Issue
Block a user