[pypy-svn] r47625 - pypy/dist/pypy/rpython/module

fijal at codespeak.net fijal at codespeak.net
Sat Oct 20 12:11:37 CEST 2007


Author: fijal
Date: Sat Oct 20 12:11:36 2007
New Revision: 47625

Modified:
   pypy/dist/pypy/rpython/module/ll_os.py
Log:
Typo


Modified: pypy/dist/pypy/rpython/module/ll_os.py
==============================================================================
--- pypy/dist/pypy/rpython/module/ll_os.py	(original)
+++ pypy/dist/pypy/rpython/module/ll_os.py	Sat Oct 20 12:11:36 2007
@@ -621,7 +621,7 @@
                 _includes_ = ['sys/types.h', 'dirent.h']
                 DIRENT = platform.Struct('struct dirent',
                     [('d_name', lltype.FixedSizeArray(rffi.CHAR, 1))])
-                DIRP = platform.COpaquePtr('DIR')
+                DIRP = platform.COpaquePtr('DIRP')
 
             config = platform.configure(CConfig)
             DIRENT = config['DIRENT']



More information about the Pypy-commit mailing list