sysconf.json: remove erroneous const in fd2path
This commit is contained in:
parent
93111d7b0e
commit
fcb7cbac52
|
@ -121,7 +121,7 @@
|
||||||
{
|
{
|
||||||
"Args": [
|
"Args": [
|
||||||
"int32_t",
|
"int32_t",
|
||||||
"const char*",
|
"char*",
|
||||||
"uint32_t"
|
"uint32_t"
|
||||||
],
|
],
|
||||||
"Id": 10,
|
"Id": 10,
|
||||||
|
|
Loading…
Reference in New Issue