changeset 389:cf7833133c52 libavutil

Fix rc4 header, #ifndef -> #define
author reimar
date Sun, 14 Oct 2007 12:08:41 +0000
parents 6ac8f69fc208
children 0fc1d6548be4
files rc4.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rc4.h	Sun Oct 14 09:51:38 2007 +0000
+++ b/rc4.h	Sun Oct 14 12:08:41 2007 +0000
@@ -19,7 +19,7 @@
  */
 
 #ifndef RC4_H
-#ifndef RC4_H
+#define RC4_H
 
 void ff_rc4_enc(const uint8_t *key, int keylen, uint8_t *data, int datalen);