~tristan957/toption

5ccf2f643c64bf4a3c75b88fa42b13cc8ec24b39 — Tristan Partin 3 years ago b6e3329
Fix typo in usage example
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 16,7 16,7 @@ an optional type to use in conjunction with GLib.
#include <toption/toption.h>

int
main(int argc, const char ** argv)
main(int argc, const char **argv)
{
    int my_value = 64;
    TOption *opt = t_option_from(opt);