/pidgin/main: bed9fe4dd179: Fix header guard and file comment.

Mark Doliner mark at kingant.net
Fri Dec 6 03:32:33 EST 2013


Changeset: bed9fe4dd179f4b894366c1f85f3278d6ae1778a
Author:	 Mark Doliner <mark at kingant.net>
Date:	 2013-12-06 00:30 -0800
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/bed9fe4dd179

Description:

Fix header guard and file comment.

diffstat:

 libpurple/cipher.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff --git a/libpurple/cipher.h b/libpurple/cipher.h
--- a/libpurple/cipher.h
+++ b/libpurple/cipher.h
@@ -1,5 +1,5 @@
 /**
- * @file ciphers.h Purple Cipher and Hash API
+ * @file cipher.h Purple Cipher and Hash API
  * @ingroup core
  */
 
@@ -23,8 +23,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
-#ifndef PURPLE_CIPHERS_H
-#define PURPLE_CIPHERS_H
+#ifndef PURPLE_CIPHER_H
+#define PURPLE_CIPHER_H
 
 #include <glib.h>
 #include <glib-object.h>
@@ -407,4 +407,4 @@ size_t purple_hash_get_block_size(Purple
 
 G_END_DECLS
 
-#endif /* PURPLE_CIPHERS_H */
+#endif /* PURPLE_CIPHER_H */



More information about the Commits mailing list