From 6e40033e9219dcf7d826d47106edf422a5529484 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 5 Apr 2010 11:36:19 +0000 Subject: [PATCH] --- modules/codepad.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codepad.pl b/modules/codepad.pl index dfd3327f..89baff5d 100755 --- a/modules/codepad.pl +++ b/modules/codepad.pl @@ -12,7 +12,7 @@ use HTML::FormatText; my @languages = qw/C C++ D Haskell Lua OCaml PHP Perl Python Ruby Scheme Tcl/; my %preludes = ( 'C' => "#include \n#include \n#include \n", - 'C++' => "#include \n", + 'C++' => "#include \n#include \n", ); if($#ARGV <= 0) {