README.Coding: Improve pointer example
authorAndreas Schneider <asn@samba.org>
Mon, 15 Feb 2016 14:53:50 +0000 (15:53 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 15 Feb 2016 19:52:24 +0000 (20:52 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Mon Feb 15 20:52:24 CET 2016 on sn-devel-144

README.Coding

index c4e9dfebf9885575b810b875c999e913548afcfd..2b011a6ae9fd6f082baa49c783479afdd5a719b6 100644 (file)
@@ -374,6 +374,7 @@ it's also easier to use the "step" command within gdb.
 Good Example:
 
        char *name = NULL;
+       int ret;
 
        name = get_some_name();
        if (name == NULL) {