mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
stupid bugfix
This commit is contained in:
parent
729eb9c43b
commit
178a4f9bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -3,5 +3,5 @@
|
||||||
let info _ = ()
|
let info _ = ()
|
||||||
let debug _ = ()
|
let debug _ = ()
|
||||||
let error _ = ()
|
let error _ = ()
|
||||||
let enable ~debug:_ () = ()
|
let setup ~debug:_ () = ()
|
||||||
let dummy = true
|
let dummy = true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue