diff options
Diffstat (limited to 'x11/qrash/files/patch-ah')
-rw-r--r-- | x11/qrash/files/patch-ah | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/qrash/files/patch-ah b/x11/qrash/files/patch-ah deleted file mode 100644 index 5e6fa2e8a039..000000000000 --- a/x11/qrash/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- video.h.orig Sun Dec 26 17:13:19 1999 -+++ video.h Sun Dec 26 17:13:37 1999 -@@ -28,7 +28,7 @@ - #define VID_MAX_BRIGHT 64 - #define MAX_RGB 256 - --const VID_AVG_BRIGHT = VID_MAX_BRIGHT/2; -+const int VID_AVG_BRIGHT = VID_MAX_BRIGHT/2; - - extern bool vidInitialized; - |