You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Gerco Ballintijn <ge...@cwi.nl> on 2004/03/31 19:48:41 UTC

[PATCH] Typo fix in code example.

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

Re: [PATCH] Typo fix in code example.

Posted by "C. Michael Pilato" <cm...@collab.net>.
Gerco Ballintijn <ge...@cwi.nl> writes:

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

r9251.  Thanks, Gerco.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org