Commit a9f9451c authored by Dag Haavi Finstad's avatar Dag Haavi Finstad

Typo

parent 12ceffa0
...@@ -367,7 +367,7 @@ VUT_Main(struct VUT *vut) ...@@ -367,7 +367,7 @@ VUT_Main(struct VUT *vut)
if (vut->vsm != NULL && if (vut->vsm != NULL &&
(VSM_Status(vut->vsm) & VSM_WRK_RESTARTED)) { (VSM_Status(vut->vsm) & VSM_WRK_RESTARTED)) {
if (hascursor < 1) { if (hascursor < 1) {
fprintf(stderr, "Log abandonned (vsm)\n"); fprintf(stderr, "Log abandoned (vsm)\n");
VSLQ_SetCursor(vut->vslq, NULL); VSLQ_SetCursor(vut->vslq, NULL);
hascursor = 0; hascursor = 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment