Snaipe / libcsptr

Smart pointers for the (GNU) C programming language
https://snai.pe/c/c-smart-pointers/
MIT License
1.57k stars 143 forks source link

Apparent typo in readme example #2

Closed joshtriplett closed 9 years ago

joshtriplett commented 9 years ago

The example function cleanup_log_file has a parameter "ptr", but refers to "log" in the body of the function.