diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-18 09:59:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-18 09:59:30 +0000 |
commit | 25edadfb9b19489cfe1853597a8e530d270b36e5 (patch) | |
tree | 2320c626f6c61b01a3667062a41bc2f86bfab18c /misc/magicpoint/files/patch-rlelib.c | |
parent | - make portlint happier (diff) |
- fix warnings
- make portlint happier
Notes
Notes:
svn path=/head/; revision=434338
Diffstat (limited to '')
-rw-r--r-- | misc/magicpoint/files/patch-rlelib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/magicpoint/files/patch-rlelib.c b/misc/magicpoint/files/patch-rlelib.c index 9fdb508e98fa..96fea20fd346 100644 --- a/misc/magicpoint/files/patch-rlelib.c +++ b/misc/magicpoint/files/patch-rlelib.c @@ -1,5 +1,5 @@ ---- image/rlelib.c.bak 2007-05-18 01:47:33.000000000 +0900 -+++ image/rlelib.c 2008-11-06 23:38:04.000000000 +0900 +--- image/rlelib.c.orig 2007-05-17 16:47:33 UTC ++++ image/rlelib.c @@ -13,7 +13,7 @@ #include <stdio.h> #include <math.h> |