Remove wasted whitespace.

Use PATH_MAX.



SVN revision: 56238
This commit is contained in:
Christopher Michael 2011-01-20 07:51:46 +00:00
parent af0c123f41
commit 242d3034bf
1 changed files with 5 additions and 4 deletions

View File

@ -18,6 +18,7 @@ EAPI void
e_startup(E_Startup_Mode mode)
{
char buf[PATH_MAX];
if (mode == E_STARTUP_START)
{
e_user_dir_concat_static(buf, "applications/startup/.order");
@ -42,7 +43,7 @@ static void
_e_startup(void)
{
Efreet_Desktop *desktop;
char buf[4096];
char buf[PATH_MAX];
if (!startup_apps)
{