From ac2834b4173be67edde1334819d3d3c16e4d484e Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Sat, 5 May 2012 07:51:04 +0200 Subject: [PATCH] Added comment and removed whitespace. --- uip/pick.c | 2 +- uip/repl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uip/pick.c b/uip/pick.c index d8edbca..fa5531a 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -45,7 +45,7 @@ static struct swit switches[] = { #define BEFRSW 13 { "before date", 0 }, #define DATFDSW 14 - { "datefield field", 5 }, + { "datefield field", 5 }, /* 5 chars required to differ from -date */ #define SEQSW 15 { "sequence name", 0 }, #define PUBLSW 16 diff --git a/uip/repl.c b/uip/repl.c index f8af5ca..d847840 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -51,7 +51,7 @@ static struct swit switches[] = { { "help", 0 }, #define FILESW 17 { "file file", 4 }, /* interface from msh */ -# define BILDSW 18 +#define BILDSW 18 { "build", 5 }, /* interface from mhe */ { NULL, 0 } }; -- 1.7.10.4