From cf424d42e34700b72173c265c75485ae81a5ab05 Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Mon, 5 Apr 2021 15:23:02 +0200 Subject: bettering --- matleap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'matleap.cpp') diff --git a/matleap.cpp b/matleap.cpp index 4a24d3d..7f109c9 100644 --- a/matleap.cpp +++ b/matleap.cpp @@ -252,7 +252,7 @@ void matleap::frame_grabber::open_connection() { } void matleap::frame_grabber::close_connection() { - mexPrintf("Good bye."); + mexPrintf("Good bye.\n"); } matleap::frame_grabber::~frame_grabber() { -- cgit v1.2.3-54-g00ecf