From: <and...@us...> - 2013-12-11 07:26:40
|
Revision: 12845 http://sourceforge.net/p/plplot/code/12845 Author: andrewross Date: 2013-12-11 07:26:37 +0000 (Wed, 11 Dec 2013) Log Message: ----------- Fix typo in variable name. Modified Paths: -------------- trunk/examples/c/x04c.c Modified: trunk/examples/c/x04c.c =================================================================== --- trunk/examples/c/x04c.c 2013-12-11 02:56:40 UTC (rev 12844) +++ trunk/examples/c/x04c.c 2013-12-11 07:26:37 UTC (rev 12845) @@ -128,7 +128,7 @@ // do not have to be specified, at least in C. For Fortran we need // to set the symbols to be something, since the string is always // copied as part of the bindings. - symobols[0] = ""; + symbols[0] = ""; // Second legend entry. opt_array[1] = PL_LEGEND_LINE | PL_LEGEND_SYMBOL; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |