need braces to compile this?
what's the difference?

Daniel Juyung Seo (SeoZ)
On Jul 26, 2011 11:04 PM, "Enlightenment SVN" <no-re...@enlightenment.org>
wrote:
> Log:
> E: Grrr, fix previous commit to actually compile.
>
>
>
> Author: devilhorns
> Date: 2011-07-26 07:04:14 -0700 (Tue, 26 Jul 2011)
> New Revision: 61762
> Trac: http://trac.enlightenment.org/e/changeset/61762
>
> Modified:
> trunk/e/src/bin/e_main.c
>
> Modified: trunk/e/src/bin/e_main.c
> ===================================================================
> --- trunk/e/src/bin/e_main.c 2011-07-26 14:00:54 UTC (rev 61761)
> +++ trunk/e/src/bin/e_main.c 2011-07-26 14:04:14 UTC (rev 61762)
> @@ -392,7 +392,9 @@
>
> TS("E_Randr Init");
> if (!e_randr_init())
> - e_error_message_show(_("Enlightenment cannot initialize E_Randr!\n"));
> + {
> + e_error_message_show(_("Enlightenment cannot initialize E_Randr!\n"));
> + }
> else
> _e_main_shutdown_push(e_randr_shutdown);
> TS("E_Randr Init Done");
>
>
>
------------------------------------------------------------------------------
> Magic Quadrant for Content-Aware Data Loss Prevention
> Research study explores the data loss prevention market. Includes in-depth
> analysis on the changes within the DLP market, and the criteria used to
> evaluate the strengths and weaknesses of these DLP solutions.
> http://www.accelacomm.com/jaw/sfnl/114/51385063/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to