diff options
author | Nate Goergen <nate.goergen.gitlab1@mile10.com> | 2015-03-19 12:12:10 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2015-04-02 15:38:58 -0700 |
commit | 1a773a2411fa18455d2e995060fa2e9f42afc007 (patch) | |
tree | 836bd3c93b5036f3e495c6132f874a05906b9cff /gnuradio-runtime/lib/controlport/rpcserver_selector.cc | |
parent | 91459f9b06500ac16f555819ef3c20f2029483c8 (diff) |
controlport: cleaner, more robust interface for buffer gets.
Diffstat (limited to 'gnuradio-runtime/lib/controlport/rpcserver_selector.cc')
-rw-r--r-- | gnuradio-runtime/lib/controlport/rpcserver_selector.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/controlport/rpcserver_selector.cc b/gnuradio-runtime/lib/controlport/rpcserver_selector.cc index bfb6eb9d7e..8f3b4557c2 100644 --- a/gnuradio-runtime/lib/controlport/rpcserver_selector.cc +++ b/gnuradio-runtime/lib/controlport/rpcserver_selector.cc @@ -27,7 +27,7 @@ bool rpcmanager::make_aggregator(false); #ifdef GR_RPCSERVER_ENABLED -rpcmanager manager_instance;; +rpcmanager manager_instance; #endif #ifdef GR_RPCSERVER_ICE |