From ec894fbfbf9ca9c30ba3f5fcb15d388b65d4bd45 Mon Sep 17 00:00:00 2001 From: Radim Kolar <> Date: Sun, 2 Aug 2009 19:01:28 +0200 Subject: [PATCH] make comment more visualy apealing --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 80da327..2a6bfe1 100644 --- a/SConstruct +++ b/SConstruct @@ -71,7 +71,7 @@ for option in Split(""" """): conf.checkForCCOption(option) -#portability build time config +# Portability build time config if conf.CheckFunc('srandomdev'): conf.env.Append(CPPFLAGS = '-DHAVE_SRANDOMDEV') if conf.CheckFunc('fseeko'):