diff th_args.h @ 381:4e7e0a74e73e

Fix a nasty typo.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 Mar 2016 17:22:33 +0200
parents ac10155d2b4a
children 1b3472ba7b23
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;