diff options
-rw-r--r-- | gnuradio-runtime/lib/pmt/pmt.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/pmt/pmt.cc b/gnuradio-runtime/lib/pmt/pmt.cc index 3b92481549..6c37fa9fd2 100644 --- a/gnuradio-runtime/lib/pmt/pmt.cc +++ b/gnuradio-runtime/lib/pmt/pmt.cc @@ -1163,7 +1163,7 @@ equal(const pmt_t& x, const pmt_t& y) len_x) == 0) return true; - return true; + return false; } // FIXME add other cases here... |