changeset 473:ea8c37f03e2c

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 09 Jun 2018 16:44:37 +0300
parents 8d31605c2f0f
children b3b8f90bbbe6
files th_args.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/th_args.h	Mon Jun 04 03:14:14 2018 +0300
+++ b/th_args.h	Sat Jun 09 16:44:37 2018 +0300
@@ -1,12 +1,12 @@
 /*
- * Simple commandline argument processing function
+ * Simple commandline argument processing functions
  * Programmed and designed by Matti 'ccr' Hamalainen
  * (C) Copyright 2002-2018 Tecnic Software productions (TNSP)
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
 /// @file
-/// @brief Simple commandline argument processing function
+/// @brief Simple commandline argument processing functions
 #ifndef TH_ARGS_H
 #define TH_ARGS_H
 
@@ -48,7 +48,7 @@
      BOOL (*handle_option)(int id, char *, char *),
      BOOL (*handle_other)(char *), const int flags);
 
-void th_args_help(FILE *, const th_optarg *opts,
+void th_args_help(FILE *fh, const th_optarg *opts,
      const int nopts, const int flags);
 
 #ifdef __cplusplus