mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
8dba87b4b3
- make portlint happier
12 lines
300 B
OpenEdge ABL
12 lines
300 B
OpenEdge ABL
--- Display_SDL.i.orig 2002-01-02 21:42:42 UTC
|
|
+++ Display_SDL.i
|
|
@@ -213,7 +213,7 @@ void C64Display::draw_string(SDL_Surface
|
|
* LED error blink
|
|
*/
|
|
|
|
-void C64Display::pulse_handler(...)
|
|
+void C64Display::pulse_handler(int dummy)
|
|
{
|
|
for (int i=0; i<4; i++)
|
|
switch (c64_disp->led_state[i]) {
|