Author: Ronan Lamy <[email protected]>
Branch: 
Changeset: r86622:2ae2489148f1
Date: 2016-08-27 20:15 +0100
http://bitbucket.org/pypy/pypy/changeset/2ae2489148f1/

Log:    fix typo

diff --git a/pypy/module/cpyext/test/buffer_test.c 
b/pypy/module/cpyext/test/buffer_test.c
--- a/pypy/module/cpyext/test/buffer_test.c
+++ b/pypy/module/cpyext/test/buffer_test.c
@@ -198,7 +198,7 @@
     "buffer_test",
     "Module Doc",
     -1,
-    buffer_functions;
+    buffer_functions,
     NULL,
     NULL,
     NULL,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to