| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a563448 commit 040923f
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1686,7 +1686,7 @@ al_GetParamInfo(PyObject *self, PyObject *args) | |||
| 1686 | 1686 | { | |
| 1687 | 1687 | int res, param; | |
| 1688 | 1688 | ALparamInfo pinfo; | |
| 1689 | - PyObject *v, *item;; | ||
| 1689 | + PyObject *v, *item; | ||
| 1690 | 1690 | ||
| 1691 | 1691 | if (!PyArg_ParseTuple(args, "ii:GetParamInfo", &res, ¶m)) | |
| 1692 | 1692 | return NULL; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1023,12 +1023,12 @@ BZ2File_seek(BZ2FileObject *self, PyObject *args) | |||
| 1023 | 1023 | case MODE_CLOSED: | |
| 1024 | 1024 | PyErr_SetString(PyExc_ValueError, | |
| 1025 | 1025 | "I/O operation on closed file"); | |
| 1026 | - goto cleanup;; | ||
| 1026 | + goto cleanup; | ||
| 1027 | 1027 | ||
| 1028 | 1028 | default: | |
| 1029 | 1029 | PyErr_SetString(PyExc_IOError, | |
| 1030 | 1030 | "seek works only while reading"); | |
| 1031 | - goto cleanup;; | ||
| 1031 | + goto cleanup; | ||
| 1032 | 1032 | } | |
| 1033 | 1033 | ||
| 1034 | 1034 | if (where == 2) { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -501,7 +501,7 @@ _PyGILState_Fini(void) | |||
| 501 | 501 | { | |
| 502 | 502 | PyThread_delete_key(autoTLSkey); | |
| 503 | 503 | autoTLSkey = 0; | |
| 504 | - autoInterpreterState = NULL;; | ||
| 504 | + autoInterpreterState = NULL; | ||
| 505 | 505 | } | |
| 506 | 506 | ||
| 507 | 507 | /* When a thread state is created for a thread by some mechanism other than | |
| Back | FazBrowse Home | New Git URL |
0 commit comments