README.Coding: fix good example
authorStefan Metzmacher <metze@samba.org>
Tue, 11 May 2010 06:03:56 +0000 (08:03 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 11 May 2010 06:03:56 +0000 (08:03 +0200)
metze

README.Coding

index ddeacc934a66e5be4c0fe6371ab7f20a468922b3..8bfd86f7b3c167648eb9abf7dae9b59f3c7553eb 100644 (file)
@@ -210,8 +210,9 @@ Good Examples::
                print("Allocated %d elements.\n", y);
 
         done: 
-               if (z)
+               if (z) {
                        free(z);
+               }
 
                return ret;
        }