Browse Source

another typo

tags/v0.99.beta17
Ben Wiley Sittler bsittler 16 years ago
parent
commit
242103d6d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      caca-php/examples/export.php

+ 1
- 1
caca-php/examples/export.php View File

@@ -64,7 +64,7 @@ if($file)
$cv = caca_create_canvas(0, 0);
if(caca_import_file($cv, $file, "") < 0)
{
die($argv[0] . ": `" . $file . "' has unknown $format\n");
die($argv[0] . ": `" . $file . "' has unknown format\n");
}
}
else


Loading…
Cancel
Save