From 279d2499763b5e56fd26faa4d04fe307d713944d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 15 Feb 2016 15:53:50 +0100 Subject: [PATCH] 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 --- README.Coding | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.11.4.GIT