changeset 381:4e7e0a74e73e

Fix a nasty typo.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 Mar 2016 17:22:33 +0200
parents ac10155d2b4a
children 28d66757a87a
files th_args.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_args.h	Tue Mar 01 17:21:22 2016 +0200
+++ b/th_args.h	Tue Mar 01 17:22:33 2016 +0200
@@ -32,7 +32,7 @@
 typedef struct
 {
     int id;
-    char o_hort;
+    char o_short;
     char *o_long;
     char *desc;
     int flags;