From: Andreas Schneider Date: Mon, 15 Feb 2016 14:53:50 +0000 (+0100) Subject: README.Coding: Improve pointer example X-Git-Tag: tevent-0.9.27~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=279d2499763b5e56fd26faa4d04fe307d713944d;p=thirdparty%2Fsamba.git README.Coding: Improve pointer example Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Mon Feb 15 20:52:24 CET 2016 on sn-devel-144 --- diff --git a/README.Coding b/README.Coding index c4e9dfebf98..2b011a6ae9f 100644 --- a/README.Coding +++ b/README.Coding @@ -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) {