cvs: php4 /ext/standard/ levenshtein.c
[email protected] ("Hartmut Holzgraefe")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvshholzgra959112790@cvsserver> |
hholzgra Tue May 23 22:13:10 2000 EDT
Modified files:
/php4/ext/standard levenshtein.c
Log:
one little unimportant detail (cut&paste is evil :)
Index: php4/ext/standard/levenshtein.c
diff -u php4/ext/standard/levenshtein.c:1.5 php4/ext/standard/levenshtein.c:1.6
--- php4/ext/standard/levenshtein.c:1.5 Tue May 23 22:07:32 2000
+++ php4/ext/standard/levenshtein.c Tue May 23 22:13:10 2000
@@ -12,10 +12,10 @@
| obtain it through the world-wide-web, please send a note to |
| [email protected] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Author: Bjørn Borud - Guardian Networks AS <[email protected]> |
+ | Author: Hartmut Holzgraefe <[email protected]> |
+----------------------------------------------------------------------+
*/
-/* $Id: levenshtein.c,v 1.5 2000/05/23 20:07:32 hholzgra Exp $ */
+/* $Id: levenshtein.c,v 1.6 2000/05/23 20:13:10 hholzgra Exp $ */
#include "php.h"
#include <stdlib.h>