[beast/devel: 2/5] SHELL: cosmetics



commit af9d254849289ce7d669874f2dbe955094d3bdc3
Author: Tim Janik <timj gnu org>
Date:   Sun Dec 16 03:08:44 2012 +0100

    SHELL: cosmetics

 shell/bsescm.cc |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/shell/bsescm.cc b/shell/bsescm.cc
index a159d76..66a4041 100644
--- a/shell/bsescm.cc
+++ b/shell/bsescm.cc
@@ -116,9 +116,8 @@ main (int   argc,
   setpriority (PRIO_PROCESS, getpid(), 0);
 
   /* setup main context to be able to wait for events from bse in bse_scm_context_iteration */
-  sfi_thread_set_wakeup ((BirnetThreadWakeup) g_main_context_wakeup, g_main_context_default(), NULL);
-  source = g_source_simple (G_PRIORITY_DEFAULT, (GSourcePending) sfi_glue_context_pending, dummy_dispatch,
-                            NULL, NULL, NULL);
+  sfi_thread_set_wakeup (BirnetThreadWakeup (g_main_context_wakeup), g_main_context_default(), NULL);
+  source = g_source_simple (G_PRIORITY_DEFAULT, GSourcePending (sfi_glue_context_pending), dummy_dispatch, NULL, NULL, NULL);
   g_source_attach (source, NULL);
   g_source_unref (source);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]