Commit fdad1c03 authored by Tom Niget's avatar Tom Niget

Fix macro use in os.hpp

parent 964281c1
......@@ -22,7 +22,7 @@ int no_special(const struct dirent *d) {
namespace py_os {
struct os_t {
FUNCTION(
auto, fsdecode, (std::string s) { return s; })
auto, fsdecode, (std::string s), { return s; })
struct Stat_Result_s {
struct py_type {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment