On Mon, 26 Jan 2015 06:20:37 -0800 Christopher Michael <[email protected]> wrote:
> devilhorns pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=e063027ed81fe7ca3aba2533a943e809c1a11ef9 > > commit e063027ed81fe7ca3aba2533a943e809c1a11ef9 > Author: Chris Michael <[email protected]> > Date: Thu Jan 22 10:58:34 2015 -0500 > > ecore: Remove blank line > > Summary: No functional changes, just removing an empty line > > Signed-off-by: Chris Michael <[email protected]> > --- > src/lib/ecore/ecore_main.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/src/lib/ecore/ecore_main.c b/src/lib/ecore/ecore_main.c > index d7d6a42..6d088eb 100644 > --- a/src/lib/ecore/ecore_main.c > +++ b/src/lib/ecore/ecore_main.c > @@ -373,7 +373,6 @@ _gfd_events_from_fdh(Ecore_Fd_Handler *fdh) > if (fdh->flags & ECORE_FD_ERROR) events |= G_IO_ERR; > return events; > } > - > #endif > > static inline int > @@ -476,7 +475,7 @@ _ecore_main_fdh_epoll_mark_active(void) > if (ret < 0) > { > if (errno == EINTR) return -1; > - ERR("epoll_wait failed %d", errno); > + ERR("epoll_wait failed on fd: %d %s", efd, strerror(errno)); This doesn't look like an empty line being removed. > return -1; > } > > -- A big old stinking pile of genius that no one wants coz there are too many silver coated monkeys in the world.
signature.asc
Description: PGP signature
------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
