From 446053dd9a1054e90f67a60177fafd035040674b Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Sat, 26 Nov 2011 02:39:30 +0000 Subject: [PATCH] corrected some small formating errors and typos svn path=/icecast/trunk/icecast/; revision=18131 --- ChangeLog | 4 ++-- src/cfgfile.c | 4 ++-- src/cfgfile.h | 2 +- src/connection.c | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4492a37b..0f9ed954 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,9 +21,9 @@ * trunk/icecast/src/cfgfile.c trunk/icecast/src/cfgfile.h trunk/icecast/src/connection.c: - Applied justdave's patches, fixing #1717 and #1718. + Applied justdave's patches, fixing #1717 and #1718. HTTPS now with better security and support for chained - certificates. + certificates. 2011-11-25 21:20 ph3-der-loewe diff --git a/src/cfgfile.c b/src/cfgfile.c index 8a0c959d..5e81d1be 100644 --- a/src/cfgfile.c +++ b/src/cfgfile.c @@ -9,8 +9,8 @@ * Karl Heyes * and others (see AUTHORS for details). * Copyright 2011, Philipp "ph3-der-loewe" Schafft , - * Thomas B. "dm8tbr" Ruecker . - * Dave 'justdave' Miller , + * Thomas B. "dm8tbr" Ruecker , + * Dave 'justdave' Miller . */ #ifdef HAVE_CONFIG_H diff --git a/src/cfgfile.h b/src/cfgfile.h index d9d42669..d388c8d0 100644 --- a/src/cfgfile.h +++ b/src/cfgfile.h @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2011, Dave 'justdave' Miller , + * Copyright 2011, Dave 'justdave' Miller . */ #ifndef __CFGFILE_H__ diff --git a/src/connection.c b/src/connection.c index f59c0799..bd2115ae 100644 --- a/src/connection.c +++ b/src/connection.c @@ -8,8 +8,8 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2011, Philipp "ph3-der-loewe" Schafft - * Dave 'justdave' Miller , + * Copyright 2011, Philipp "ph3-der-loewe" Schafft , + * Dave 'justdave' Miller . */ /* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */