diff mcabber/mcabber/compl.c @ 1729:e6e89b1d7831

Minor style and header updates
author Mikael Berthe <mikael@lilotux.net>
date Sun, 28 Feb 2010 15:19:27 +0100
parents 1342df44c814
children e2c084204583
line wrap: on
line diff
--- a/mcabber/mcabber/compl.c	Sun Feb 28 14:15:38 2010 +0100
+++ b/mcabber/mcabber/compl.c	Sun Feb 28 15:19:27 2010 +0100
@@ -1,7 +1,7 @@
 /*
  * compl.c      -- Completion system
  *
- * Copyright (C) 2005-2009 Mikael Berthe <mikael@lilotux.net>
+ * Copyright (C) 2005-2010 Mikael Berthe <mikael@lilotux.net>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -138,7 +138,6 @@
 
 //  cancel_completion()
 // Returns the number of chars to delete to cancel the completion
-//guint cancel_completion(compl *c)
 guint cancel_completion(void)
 {
   if (!InputCompl)  return 0;