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

Minor style and header updates
author Mikael Berthe <mikael@lilotux.net>
date Sun, 28 Feb 2010 15:19:27 +0100
parents 41c26b7d2890
children e6d355e50d7a
line wrap: on
line diff
--- a/mcabber/mcabber/caps.c	Sun Feb 28 14:15:38 2010 +0100
+++ b/mcabber/mcabber/caps.c	Sun Feb 28 15:19:27 2010 +0100
@@ -134,7 +134,7 @@
   return g_strcmp0(a, b);
 }
 
-//generates the sha1 hash for the special capability "" and returns it
+// Generates the sha1 hash for the special capability "" and returns it
 const char *caps_generate(void)
 {
   char *identity;