From 9ad47e87aca9e86108ae2b360603eb3eab93d634 Mon Sep 17 00:00:00 2001 From: jacekm Date: Sat, 9 Feb 2008 01:22:39 +0000 Subject: [PATCH] scc - klib.h bug fixed git-svn-id: svn://kolibrios.org@723 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/develop/scc/example/klib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/develop/scc/example/klib.h b/programs/develop/scc/example/klib.h index 818d3d32cf..4d05372c69 100644 --- a/programs/develop/scc/example/klib.h +++ b/programs/develop/scc/example/klib.h @@ -201,7 +201,7 @@ int count; switch (cont[0]) { case CheckBox: - checkbox(cont) + checkbox(cont); break; } }