From c7fccc84bf59bed95bdf13207c40f7a1d1711d24 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 5 Mar 2011 10:29:10 +0000 Subject: use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf & editors. --- source/blender/editors/space_console/console_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_console') diff --git a/source/blender/editors/space_console/console_ops.c b/source/blender/editors/space_console/console_ops.c index 5636c40cef2..97c2d9e3eb4 100644 --- a/source/blender/editors/space_console/console_ops.c +++ b/source/blender/editors/space_console/console_ops.c @@ -717,7 +717,7 @@ static int copy_exec(bContext *C, wmOperator *UNUSED(op)) int sel[2]; int offset= 0; - ConsoleLine cl_dummy= {0}; + ConsoleLine cl_dummy= {NULL}; #if 0 /* copy whole file */ -- cgit v1.2.3