[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Typo fix in code example.

From: Gerco Ballintijn <gerco_at_cwi.nl>
Date: 2004-03-31 21:48:41 CEST

I noticed the following minor typo while reading the HACKING file.

Gerco.

Index: HACKING
===================================================================
--- HACKING (revision 9250)
+++ HACKING (working copy)
@@ -545,7 +545,7 @@
     make_foo_object (arg1, arg2, apr_pool_t *pool)
     {
        apr_pool_t *subpool = svn_pool_create (pool);
- foo_t *foo == apr_palloc (subpool, sizeof (*foo));
+ foo_t *foo = apr_palloc (subpool, sizeof (*foo));

        foo->field1 = arg1;
        foo->field2 = arg2;

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 31 21:52:42 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.