diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 16:01:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 16:01:52 +0000 |
commit | 3059ad39db521b92b8f103df03ce3dfc44b96843 (patch) | |
tree | 4cdc66bc3f90d3777939c6e031e2fbb3ad60a147 /graphics/xmms-paranormal | |
parent | 34a73778a18d3d67ccea8922e68763e5bc2395fe (diff) |
Notes
Diffstat (limited to 'graphics/xmms-paranormal')
-rw-r--r-- | graphics/xmms-paranormal/files/patch-actuators.c | 15 | ||||
-rw-r--r-- | graphics/xmms-paranormal/files/patch-paranormal.c | 14 |
2 files changed, 29 insertions, 0 deletions
diff --git a/graphics/xmms-paranormal/files/patch-actuators.c b/graphics/xmms-paranormal/files/patch-actuators.c new file mode 100644 index 000000000000..5b4053ecc177 --- /dev/null +++ b/graphics/xmms-paranormal/files/patch-actuators.c @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- actuators.c.orig Sun Aug 22 17:55:01 2004 ++++ actuators.c Sun Aug 22 17:56:02 2004 +@@ -45,7 +45,8 @@ + sizeof (union actuator_option_val)); + break; + case OPT_TYPE_STRING: +- } ++ break; ++ } + } + + /* the NULL option */ diff --git a/graphics/xmms-paranormal/files/patch-paranormal.c b/graphics/xmms-paranormal/files/patch-paranormal.c new file mode 100644 index 000000000000..112c05b7bfab --- /dev/null +++ b/graphics/xmms-paranormal/files/patch-paranormal.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- paranormal.c.orig Sun Aug 22 17:56:22 2004 ++++ paranormal.c Sun Aug 22 17:56:36 2004 +@@ -167,7 +167,7 @@ + case SDLK_BACKQUOTE: + take_screenshot (); + break; +- default: ++ default: break; + } + break; + case SDL_VIDEORESIZE: |