]> git.donarmstrong.com Git - infobot.git/commitdiff
fix extra )
authordondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 9 Mar 2014 04:37:44 +0000 (04:37 +0000)
committerdondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Sun, 9 Mar 2014 04:37:44 +0000 (04:37 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1940 c11ca15a-4712-0410-83d8-924469b57eb5

src/Factoids/Question.pl

index 44a50ec462d9d796bf0d75d5920402dc7a38ce0e..ec5225339515411dfe9b0b7131939319a8a085b7 100644 (file)
@@ -216,7 +216,7 @@ sub factoidArgs {
 
     #    my $delta_time = &timedelta($t);
     #    &DEBUG("factArgs: delta_time = $delta_time s");
-    &DEBUG("factArgs: list[.".scalar(@list))."] => ".join(',',map {qq('$_')} @list) );
+    &DEBUG("factArgs: list[.".scalar(@list)."] => ".join(',',map {qq('$_')} @list);
 
     # from a design perspective, it's better to have the regex in
     # the factoid key to reduce repetitive processing.