diff --git a/caca-php/examples/export.php b/caca-php/examples/export.php index 027f582..9227382 100755 --- a/caca-php/examples/export.php +++ b/caca-php/examples/export.php @@ -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