mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
318 B
Plaintext
14 lines
318 B
Plaintext
$NetBSD: patch-aa,v 1.12 2006/03/11 16:29:25 wiz Exp $
|
|
|
|
--- src/apoconv/apo_main.c.orig 2006-02-23 12:31:31.000000000 +0000
|
|
+++ src/apoconv/apo_main.c
|
|
@@ -73,7 +73,7 @@ void apo_main_decode_v1 (struct mmapped_
|
|
{
|
|
char* buffer = NULL;
|
|
int i = 0;
|
|
- int k = 0;;
|
|
+ int k = 0;
|
|
uint32_t* ptr;
|
|
int hsize = 0;
|
|
|