fix gettimeofday_nv proto
Tim Bunce [Thu, 11 Oct 2012 15:34:09 +0000 (16:34 +0100)]
SizeMe.xs

index a079400..d68e8af 100644 (file)
--- a/SizeMe.xs
+++ b/SizeMe.xs
@@ -243,7 +243,7 @@ static const char *svtypenames[SVt_LAST] = {
 };
 
 static NV
-gettimeofday_nv(pTHX_)
+gettimeofday_nv(pTHX)
 {
 #ifdef HAS_GETTIMEOFDAY
     struct timeval when;