From 2b3bc332e42fdfbf3205efbc08fd8f98bce4dba1 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Fri, 13 Jun 2003 14:04:06 +0000 Subject: [PATCH] - again same commit, typo in comment was still there... --- source/blender/src/renderwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/src/renderwin.c b/source/blender/src/renderwin.c index 99d61fd8a19..a8852751149 100644 --- a/source/blender/src/renderwin.c +++ b/source/blender/src/renderwin.c @@ -669,7 +669,7 @@ sstatic void end_test_break_callback() #else /* all other OS's support signal(SIGVTALRM) */ -/* WIN32: this function is called all the time, and should not use cpu or resources */ +/* POSIX: this function is called all the time, and should not use cpu or resources */ static int test_break() { short val;