X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=menu%2Fm_format.c;fp=menu%2Fm_format.c;h=3785e650d9e0a3b4b81c7854fd0ab87d92e1ce36;hp=4f19f76c33d713cf9619810f00e29db97f5fd284;hb=a8987e73ec254703634802b4f7ee30d3a485524d;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/menu/m_format.c b/menu/m_format.c index 4f19f76c..3785e650 100644 --- a/menu/m_format.c +++ b/menu/m_format.c @@ -28,7 +28,6 @@ /**************************************************************************** * Author: Juergen Pfeifer, 1995,1997 * - * Contact: http://www.familiepfeifer.de/Contact.aspx?Lang=en * ****************************************************************************/ /*************************************************************************** @@ -38,7 +37,7 @@ #include "menu.priv.h" -MODULE_ID("$Id: m_format.c,v 1.11 2002/07/06 15:22:16 juergen Exp $") +MODULE_ID("$Id: m_format.c,v 1.12 2003/10/25 14:54:48 tom Exp $") #define minimum(a,b) ((a)<(b) ? (a): (b))