[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 02/04: runtime: typo fix
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 02/04: runtime: typo fix |
Date: |
Tue, 29 Apr 2014 17:42:11 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit a0dd092544957df1b00b0a2ca692716253b2e4fa
Author: Tim O'Shea <address@hidden>
Date: Mon Apr 28 10:56:58 2014 -0400
runtime: typo fix
---
gnuradio-runtime/include/gnuradio/block.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnuradio-runtime/include/gnuradio/block.h
b/gnuradio-runtime/include/gnuradio/block.h
index 1a978f9..b858970 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: