summaryrefslogtreecommitdiffstats
path: root/matleap.cpp
diff options
context:
space:
mode:
authorNiklas Halle <niklas@niklashalle.net>2021-04-05 15:23:02 +0200
committerNiklas Halle <niklas@niklashalle.net>2021-04-05 15:23:02 +0200
commitcf424d42e34700b72173c265c75485ae81a5ab05 (patch)
tree557b6e3a7f5bb5c7865d17d331547ae085511b79 /matleap.cpp
parentea698a54a82ff5c20236ff09e592354dfe25798a (diff)
downloadwdti_project-cf424d42e34700b72173c265c75485ae81a5ab05.tar.gz
wdti_project-cf424d42e34700b72173c265c75485ae81a5ab05.zip
bettering
Diffstat (limited to 'matleap.cpp')
-rw-r--r--matleap.cpp2
1 files changed, 1 insertions, 1 deletions
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() {