im.pidgin.pidgin: f53dbbff44537aa86b1cb8788fd306c90e6ccca9

evands at pidgin.im evands at pidgin.im
Sun Oct 7 18:35:30 EDT 2007


revision:            f53dbbff44537aa86b1cb8788fd306c90e6ccca9
date:                2007-10-07T22:30:26
author:              evands at pidgin.im
branch:              im.pidgin.pidgin
changelog:
Simple patch from David Fang to fix an include typo in test_cipher.c"

manifest:
format_version "1"

new_manifest [f14878012529fa4b7e8181e47885b2e816da32b6]

old_revision [c8ff393c43d8a5f4136c653853a95284cc5710dc]

patch "libpurple/tests/test_cipher.c"
 from [0a3d78d2fddd57887934cc6c76e0a11c6179beca]
   to [daa7d6b888f19097ee0b1d5b3d986fde34aa9d81]
-------------- next part --------------
============================================================
--- libpurple/tests/test_cipher.c	0a3d78d2fddd57887934cc6c76e0a11c6179beca
+++ libpurple/tests/test_cipher.c	daa7d6b888f19097ee0b1d5b3d986fde34aa9d81
@@ -8,7 +8,7 @@
 #include "tests.h"
 
 #include "../cipher.h"
-#include "../signal.h"
+#include "../signals.h"
 
 /******************************************************************************
  * MD4 Tests


More information about the Commits mailing list