Skip to content

Commit

Permalink
Fix extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
bindreams committed Apr 20, 2024
1 parent 31daaa8 commit 187c2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zint/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ void declare_vector_list(pybind11::module_& m, const char* python_identifier) {
[](list_t const& obj) { return py::make_iterator(obj.begin(), obj.end()); },
py::keep_alive<0, 1>()
);
};
}

PYBIND11_MODULE(PACKAGE_NAME, m) {
m.doc() = "A barcode encoding library supporting over 50 symbologies.";
Expand Down

0 comments on commit 187c2f5

Please sign in to comment.