11 lines
137 B
Diff
11 lines
137 B
Diff
--- charresize.c
|
|
+++ charresize.c
|
|
@@ -46,7 +46,6 @@
|
|
void
|
|
processChar(void)
|
|
{
|
|
- char *malloc();
|
|
char *srcimage;
|
|
int *dstgray;
|
|
|