From 4b7601c990bd563fbd2bcd76278df3ae8ec5d9f5 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 12 Jul 2003 17:57:34 +0000 Subject: [PATCH] r5294: *** empty log message *** --- 2/downloads.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2/downloads.lisp b/2/downloads.lisp index f0e16b6..05a6716 100644 --- a/2/downloads.lisp +++ b/2/downloads.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: downloads.lisp,v 1.2 2003/07/12 17:54:05 kevin Exp $ +;;;; $Id: downloads.lisp,v 1.3 2003/07/12 17:57:34 kevin Exp $ ;;;; ;;;; This file, part of LML2, is Copyright (c) 2000-2003 by Kevin Rosenberg. ;;;; Rights of modification and redistribution are in the LICENSE file. @@ -128,7 +128,7 @@ :url dl-url :name pkg-base :signed nil))) - (display-header pkg-name dl-url dl-data) + (display-header pkg-name dl-url) (dolist (sect sects) (display-sections sect dl-data)) (display-footer dl-data))) -- 2.34.1