Commit 00fcdd0a authored by sagnowski's avatar sagnowski
Browse files

Add missing newline

parent 34de516b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ void print_stack(void) {
}
#else
void print_stack(void) {
  printf("[BASOP] <call stack would be here> - printing call stack currently only supported on UNIX");
  printf("[BASOP] <call stack would be here> - printing call stack currently only supported on UNIX\n");
}
#endif