]> granicus.if.org Git - clang/commitdiff
Remove extraneous period.
authorBill Wendling <isanbard@gmail.com>
Wed, 20 Jul 2011 21:02:28 +0000 (21:02 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 20 Jul 2011 21:02:28 +0000 (21:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135619 91177308-0d34-0410-b5e6-96231b3b80d8

www/demo/index.cgi

index b29efb60e9cc84d14b475ca8ee9c8f9ee0649c56..901b009dbdeacc559011eee865954ca95d7593dd 100644 (file)
@@ -269,7 +269,7 @@ sub try_run {
         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 );