forked from GitHub/gf-core
Commented out faulty coding flag
FoodsIce.gf contained coding=utf8, but the file is in the latin1 encoding. This confused GF.
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
|
||||
concrete FoodsIce of Foods = open Prelude in {
|
||||
|
||||
flags
|
||||
coding=utf8;
|
||||
--flags coding=utf8;
|
||||
|
||||
lincat
|
||||
Comment = SS ;
|
||||
|
||||
Reference in New Issue
Block a user