From: Ted Lemon Date: Fri, 29 Sep 2000 20:58:59 +0000 (+0000) Subject: Fix minor indentation nit. X-Git-Tag: V3-BETA-2-PATCH-6~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f01408b8611511c868295000b26b71764448f03d;p=thirdparty%2Fdhcp.git Fix minor indentation nit. --- diff --git a/common/print.c b/common/print.c index 91ddb4820..fa6deb643 100644 --- a/common/print.c +++ b/common/print.c @@ -43,7 +43,7 @@ #ifndef lint static char copyright[] = -"$Id: print.c,v 1.43 2000/08/30 18:03:00 neild Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: print.c,v 1.44 2000/09/29 20:58:59 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -133,8 +133,8 @@ void dump_packet (tp) log_debug (" %s = %s", dhcp_options [i].name, pretty_print_option - (i, tp -> options [i].data, - tp -> options [i].len, 1, 1)); + (i, tp -> options [i].data, + tp -> options [i].len, 1, 1)); } } log_debug ("");