From e875bbe2e625e1c9a623ad69b1680baebbf05a94 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Mon, 16 Sep 2013 19:16:05 +0100 Subject: [PATCH] Fixed missing newline. --- source/ClientHandle.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/ClientHandle.h b/source/ClientHandle.h index 01059c511..ef6dbd124 100644 --- a/source/ClientHandle.h +++ b/source/ClientHandle.h @@ -1,3 +1,4 @@ + // cClientHandle.h // Interfaces to the cClientHandle class representing a client connected to this server. The client need not be a player yet