Procházet zdrojové kódy

typo

tags/v0.99.beta17
Ben Wiley Sittler bsittler před 16 roky
rodič
revize
6a373704cc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      caca-php/examples/export.php

+ 1
- 1
caca-php/examples/export.php Zobrazit soubor

@@ -52,7 +52,7 @@ else

if(! array_key_exists($format, $exports))
{
$msg = ($argv[0] . ": unknown $format `" . $format . "'\n" .
$msg = ($argv[0] . ": unknown format `" . $format . "'\n" .
"please use one of:\n");
foreach($exports as $format => $name)
$msg .= " \"" . $name . "\" (" . $format . ")\n";


Načítá se…
Zrušit
Uložit