summaryrefslogtreecommitdiffstats
path: root/src/freeimage-test.c
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-03-11 16:57:20 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-03-11 17:00:17 (GMT)
commitf1f65a96cd787268deaab91c22ebc89af90757ed (patch)
tree282866cdc3d957186329db6e49e576ee271615ef /src/freeimage-test.c
parent31133c3f44685295bb3d74492cf967813fc6ea03 (diff)
downloadmxe-f1f65a96cd787268deaab91c22ebc89af90757ed.zip
mxe-f1f65a96cd787268deaab91c22ebc89af90757ed.tar.gz
mxe-f1f65a96cd787268deaab91c22ebc89af90757ed.tar.bz2
package freeimage: fix test program for stable branch
Diffstat (limited to 'src/freeimage-test.c')
-rw-r--r--src/freeimage-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freeimage-test.c b/src/freeimage-test.c
index a96c16c..606be60 100644
--- a/src/freeimage-test.c
+++ b/src/freeimage-test.c
@@ -11,6 +11,6 @@ int main(int argc, char* argv[])
(void)argc;
(void)argv;
- printf("%s\n", FreeImage_GetVersion());
+ printf("FreeImage: %s\n", FreeImage_GetVersion());
return 0;
}