13 lines
318 B
Text
13 lines
318 B
Text
$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;
|
|
|