From 2b2a83fb813e17c30223ede96c01d99086058488 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Mon, 17 Mar 2008 22:11:15 +0000 Subject: [PATCH] Changed lint to splint --- experimental/libimgi/trunk/HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/libimgi/trunk/HACKING b/experimental/libimgi/trunk/HACKING index 208ef531..d281b970 100644 --- a/experimental/libimgi/trunk/HACKING +++ b/experimental/libimgi/trunk/HACKING @@ -6,7 +6,7 @@ C Code guidelines: - Never more than 80 chars horizontally - Only use C-Style commenting - function names: lower case, separated by underscore -- Using lint is strongly recommended +- Using splint is strongly recommended - Use 4 spaces, not tabs Code should be formatted according to following example: