From 0c2b0f4a18028ad82920a9769c73c0677847c82c Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Mon, 17 Mar 2008 22:10:34 +0000 Subject: [PATCH] Corrected HACKING dir to splint usage --- experimental/genisofs/trunk/HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experimental/genisofs/trunk/HACKING b/experimental/genisofs/trunk/HACKING index 208ef531..ce365f47 100644 --- a/experimental/genisofs/trunk/HACKING +++ b/experimental/genisofs/trunk/HACKING @@ -1,4 +1,4 @@ -/* This document will contain general hacking rules for libimgi */ +/* This document will contain general hacking rules for genisofs */ C Code guidelines: @@ -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: