Skip to content

Commit a96148d

Browse files
committed
missing comma for Android
1 parent 6ae093e commit a96148d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/PythonEngine.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ TPythonVersionProp = record
112112
(DllName: 'libpython3.9.so'; RegVersion: '3.9'; APIVersion: 1013),
113113
(DllName: 'libpython3.10.so'; RegVersion: '3.10'; APIVersion: 1013),
114114
(DllName: 'libpython3.11.so'; RegVersion: '3.11'; APIVersion: 1013),
115-
(DllName: 'libpython3.12.so'; RegVersion: '3.12'; APIVersion: 1013)
115+
(DllName: 'libpython3.12.so'; RegVersion: '3.12'; APIVersion: 1013),
116116
(DllName: 'libpython3.13.so'; RegVersion: '3.13'; APIVersion: 1013)
117117
);
118118
{$ENDIF}

0 commit comments

Comments
 (0)