Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5f6c22

Browse files
committed
Make the version variable static (it has no business being exported).
1 parent 2e782e8 commit d5f6c22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_cursesmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Version 1.0: 94/08/30:
219219
220220
******************************************************************/
221221

222-
char *PyCursesVersion = "1.2";
222+
static char *PyCursesVersion = "1.2";
223223

224224
/*
225225
* Check the return code from a curses function and return None

0 commit comments

Comments
 (0)