$FreeBSD: ports/devel/p5-Shape/files/patch-Shape.xs,v 1.2 2004/08/23 14:43:36 krion Exp $ --- Shape.xs.orig Tue Mar 4 14:18:00 2003 +++ Shape.xs Mon Aug 23 16:42:18 2004 @@ -2,7 +2,7 @@ #include "perl.h" #include "XSUB.h" -#include +#include MODULE = Shape PACKAGE = Shape @@ -389,7 +389,7 @@ case FTDouble: if (!(sv = newSVnv(DBFReadDoubleAttribute(hDBF,record,field)))) goto BREAK; break; - default: + default: break; } hv_store(hv2, field_name, strlen(field_name), sv, 0);