]> git.deb.at Git - pkg/abook.git/commitdiff
Very minor cleanup
authorJaakko Heinonen <jheinonen@users.sourceforge.net>
Fri, 6 Apr 2001 14:11:21 +0000 (14:11 +0000)
committerJaakko Heinonen <jheinonen@users.sourceforge.net>
Fri, 6 Apr 2001 14:11:21 +0000 (14:11 +0000)
estr.c
estr.h

diff --git a/estr.c b/estr.c
index 157c8314dc8c575c6492fd96d8def5ca6b52f839..0e20bb8142d40bdc7a5a92f66b70aa6a87c07b36 100644 (file)
--- a/estr.c
+++ b/estr.c
@@ -5,7 +5,6 @@
  * by JH <jheinonen@bigfoot.com>
  *
  * Copyright (C) Jaakko Heinonen
- *
  */
 
 
diff --git a/estr.h b/estr.h
index 7d08030d9008771122245ca8c5ee7d8f4ffaa696..680cf3b3bda19e03c7bdd119751eb1f750938c2f 100644 (file)
--- a/estr.h
+++ b/estr.h
@@ -5,18 +5,11 @@
  * by JH <jheinonen@bigfoot.com>
  *
  * Copyright (C) Jaakko Heinonen
- *
  */
 
 #ifndef _ESTR_H
 #define _ESTR_H
 
-
-/*
- *
- *
- */
-
 char   *wenter_string(WINDOW *win, const int maxlen, const int flags);
 
 #define                ESTR_USE_FILESEL        1