X-Git-Url: https://git.distorted.org.uk/~mdw/misc/blobdiff_plain/1dec4fa32a4a6c57ffb2c736c0c6b95b0519cb67..HEAD:/pause.c diff --git a/pause.c b/pause.c index fd688e5..6538e6a 100644 --- a/pause.c +++ b/pause.c @@ -1,13 +1,11 @@ /* -*-c-*- * - * $Id$ - * * Pause for a while * * (c) 1999 Mark Wooding */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of Pause. * @@ -15,12 +13,12 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later ersion. - * + * * Pause is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with Pause; if not, write to the Free Software Foundation, * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -192,7 +190,7 @@ int main(int argc, char *argv[]) case 'h': t *= 60; case 'm': t *= 60; case 's': if (q[1] != 0) - default: t = 0; + default: t = 0; case 0: break; } if (t <= 0)