Fix header guard and file comment.

Fri, 06 Dec 2013 00:30:46 -0800

author
Mark Doliner <mark@kingant.net>
date
Fri, 06 Dec 2013 00:30:46 -0800
changeset 35101
bed9fe4dd179
parent 35100
73f7c70aaeb9
child 35102
ef8014abe867

Fix header guard and file comment.

libpurple/cipher.h file | annotate | diff | comparison | revisions
--- a/libpurple/cipher.h	Fri Dec 06 00:28:49 2013 -0800
+++ b/libpurple/cipher.h	Fri Dec 06 00:30:46 2013 -0800
@@ -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 @@
 
 G_END_DECLS
 
-#endif /* PURPLE_CIPHERS_H */
+#endif /* PURPLE_CIPHER_H */

mercurial