From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 23 Oct 2010 16:29:14 +0200 References: <1287841562-19205-1-git-send-email-sven.eckelmann@gmx.de> In-Reply-To: <1287841562-19205-1-git-send-email-sven.eckelmann@gmx.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201010231629.15400.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Add missing space in originator.c Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Saturday 23 October 2010 15:46:02 Sven Eckelmann wrote: > - swaphash = hash_resize(bat_priv->orig_hash,choose_orig, > + swaphash = hash_resize(bat_priv->orig_hash, choose_orig, Applied in revision 1847. Thanks, Marek