This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
another typo
tags/v0.99.beta17
Ben Wiley Sittler
bsittler
16 years ago
parent
e8cd1896b7
commit
242103d6d5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save