From 242103d6d54c4764e66dc278cbe8067aabe26c4c Mon Sep 17 00:00:00 2001 From: Ben Wiley Sittler Date: Mon, 3 Nov 2008 20:55:12 +0000 Subject: [PATCH] another typo --- caca-php/examples/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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