diff --git a/examples/ImageView/ImageView.upp b/examples/ImageView/ImageView.upp index 43f8eeb13..14ee76b2d 100644 --- a/examples/ImageView/ImageView.upp +++ b/examples/ImageView/ImageView.upp @@ -1,4 +1,4 @@ -description "Simple image viewer"; +description "Simple image viewer\377"; uses CtrlLib, diff --git a/examples/ImageView/init b/examples/ImageView/init index 25d3d16b1..59bde9fb5 100644 --- a/examples/ImageView/init +++ b/examples/ImageView/init @@ -4,5 +4,4 @@ #include "plugin\tif/init" #include "plugin\jpg/init" #include "plugin\gif/init" -#include "plugin\pcx/init" #endif