diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-26 22:47:06 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-26 22:47:06 -0700 |
commit | bbe7dd1c8f1bd8f42a0ae3d28f36c0334b0fd3c8 (patch) | |
tree | 0758de56e57ff6ba353e8ecc050aebb6d2187001 /host/lib | |
parent | c4650b6adbba123cd45f48ea277937a66f08f2e3 (diff) | |
download | uhd-bbe7dd1c8f1bd8f42a0ae3d28f36c0334b0fd3c8.tar.gz uhd-bbe7dd1c8f1bd8f42a0ae3d28f36c0334b0fd3c8.tar.bz2 uhd-bbe7dd1c8f1bd8f42a0ae3d28f36c0334b0fd3c8.zip |
uhd: fix find-replace accident asize_t
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/device.cpp b/host/lib/device.cpp index 431595c4f..d575ebaab 100644 --- a/host/lib/device.cpp +++ b/host/lib/device.cpp @@ -12,7 +12,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// asize_t with this program. If not, see <http://www.gnu.org/licenses/>. +// along with this program. If not, see <http://www.gnu.org/licenses/>. // #include <uhd/device.hpp> |