From c7527a0ba18bccd34d9653f681bad80c25a2e9af Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sun, 24 Jan 2010 10:16:56 +1000 Subject: Simplify use of eventloop Just assume direct static linking for now --- STYLE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'STYLE') diff --git a/STYLE b/STYLE index 906d744..eae5528 100644 --- a/STYLE +++ b/STYLE @@ -54,7 +54,7 @@ GOTO Goto is allowed every time it makes the code cleaner, like in complex functions that need to handle exceptions, there is often an "err" label at the end of the function where allocated resources are freed before to exit -with an error. Goto is also used in order to excape multiple nexted loops. +with an error. Goto is also used in order to escape multiple nested loops. ---------- C FEATURES -- cgit v1.1