[cfe-commits] r135619 - /cfe/trunk/www/demo/index.cgi
Bill Wendling
isanbard at gmail.com
Wed Jul 20 14:02:28 PDT 2011
Author: void
Date: Wed Jul 20 16:02:28 2011
New Revision: 135619
URL: http://llvm.org/viewvc/llvm-project?rev=135619&view=rev
Log:
Remove extraneous period.
Modified:
cfe/trunk/www/demo/index.cgi
Modified: cfe/trunk/www/demo/index.cgi
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/demo/index.cgi?rev=135619&r1=135618&r2=135619&view=diff
==============================================================================
--- cfe/trunk/www/demo/index.cgi (original)
+++ cfe/trunk/www/demo/index.cgi Wed Jul 20 16:02:28 2011
@@ -269,7 +269,7 @@
alarm 0;
};
if ( $@ and $@ =~ /timeout/ ) {
- barf("Program $program took too long, compile time limited for the web script, sorry!.\n");
+ barf("Program $program took too long, compile time limited for the web script, sorry!\n");
}
if ( -s $outputFile ) {
print scalar dumpFile( "Output from $program", $outputFile );
More information about the cfe-commits
mailing list