Skip to content

Commit d2cb6d2

Browse files
committed
Cosmetics.
1 parent 8553a4a commit d2cb6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/viewer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ int main(int argc, char **argv)
677677
return -1;
678678
}
679679

680-
std::cout << "GLFW OK." << std::endl;
680+
std::cout << "GLFW Init OK." << std::endl;
681681

682682

683683
window = glfwCreateWindow(width, height, "Obj viewer", NULL, NULL);

0 commit comments

Comments
 (0)