From e16298326ec390f25f248d4731a83b70faf8ad45 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sat, 11 Mar 2006 16:18:27 +0000 Subject: [PATCH] Fix gcc warning "No new line at end of file" SVN revision: 21191 --- src/bin/e_ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_ipc.c b/src/bin/e_ipc.c index 223b7ad8d..326180011 100644 --- a/src/bin/e_ipc.c +++ b/src/bin/e_ipc.c @@ -86,4 +86,4 @@ _e_ipc_cb_client_data(void *data __UNUSED__, int type __UNUSED__, void *event) } return 1; } -#endif \ No newline at end of file +#endif