mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
034798391b
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
11 lines
318 B
Diff
11 lines
318 B
Diff
diff -Naur bdfresize-1.5/charresize.c bdfresize-1.5.patched/charresize.c
|
|
--- bdfresize-1.5/charresize.c 2000-12-12 06:18:14.000000000 -0500
|
|
+++ bdfresize-1.5.patched/charresize.c 2017-03-29 14:18:04.852262312 -0400
|
|
@@ -46,7 +46,6 @@
|
|
void
|
|
processChar(void)
|
|
{
|
|
- char *malloc();
|
|
char *srcimage;
|
|
int *dstgray;
|
|
|