Fix *really* embarrassing typo reported by Raymond Hettinger.
diff --git a/Modules/_hotshot.c b/Modules/_hotshot.c
index e12e5e5..bd08919 100644
--- a/Modules/_hotshot.c
+++ b/Modules/_hotshot.c
@@ -888,7 +888,7 @@
 
     case PyTrace_LINE:
         if (self->linetimings)
-            return pack_lineno_tdelta(self, frame->f_lineno),
+            return pack_lineno_tdelta(self, frame->f_lineno,
 				      get_tdelta(self));
         else
             return pack_lineno(self, frame->f_lineno);