[or-cvs] r13545: Fix capitalization error (in tor/trunk: . src/common)

nickm at seul.org nickm at seul.org
Sun Feb 17 19:09:02 UTC 2008


Author: nickm
Date: 2008-02-17 14:09:02 -0500 (Sun, 17 Feb 2008)
New Revision: 13545

Modified:
   tor/trunk/
   tor/trunk/src/common/Makefile.am
Log:
 r18123 at catbus:  nickm | 2008-02-17 14:08:45 -0500
 Fix capitalization error



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r18123] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/common/Makefile.am
===================================================================
--- tor/trunk/src/common/Makefile.am	2008-02-17 19:03:49 UTC (rev 13544)
+++ tor/trunk/src/common/Makefile.am	2008-02-17 19:09:02 UTC (rev 13545)
@@ -7,7 +7,7 @@
 libor_crypto_a_SOURCES = crypto.c aes.c tortls.c torgzip.c
 
 if USE_OPENBSD_MALLOC
-libor_a_SOURCES += OpenBSD_Malloc_Linux.c
+libor_a_SOURCES += OpenBSD_malloc_Linux.c
 endif
 
 noinst_HEADERS = log.h crypto.h test.h util.h compat.h aes.h torint.h tortls.h strlcpy.c strlcat.c torgzip.h container.h ht.h mempool.h



More information about the tor-commits mailing list