#984470 nn_term.h: fix a warning from the compiler

Package:
src:nn
Source:
nn
Submitter:
Bjarni Ingi Gislason
Date:
2021-03-04 00:15:04 UTC
Severity:
normal
Tags:
#984470#5
Date:
2021-03-04 00:11:55 UTC
From:
To:
Dear Maintainer,
nn_term.h:93:47: error: unknown type name 'fct_type'
   93 | char           *get_s(char *, char *, char *, fct_type);
      |                                               ^~~~~~~~

####

  Use special function declaration "fct_type_char_int" instead of
"fct_type.

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 nn_term.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nn_term.h b/nn_term.h
index 778c9f0..92d7b3e 100644
--- a/nn_term.h
+++ b/nn_term.h
@@ -48,7 +48,7 @@ extern int      STANDOUT;
  */