summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim O'Shea <tim.oshea753@gmail.com>2014-04-28 10:56:58 -0400
committerTim O'Shea <tim.oshea753@gmail.com>2014-04-28 10:56:58 -0400
commita0dd092544957df1b00b0a2ca692716253b2e4fa (patch)
tree8669fcc917ec2c22021413193bbd7b06f7a1ee11
parent93494c1c17d6751e94fa8a1a5479d2c701750baf (diff)
runtime: typo fix
-rw-r--r--gnuradio-runtime/include/gnuradio/block.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-runtime/include/gnuradio/block.h b/gnuradio-runtime/include/gnuradio/block.h
index 1a978f9f0f..b858970fdd 100644
--- a/gnuradio-runtime/include/gnuradio/block.h
+++ b/gnuradio-runtime/include/gnuradio/block.h
@@ -572,6 +572,7 @@ namespace gr {
/*!
* \brief returns true when execution has completed due to a message connection
+ */
bool finished();
private: