X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fresource.c;h=ba47dd41dff43137c9c319c99b7e60c2c367a48a;hb=b5c7bad7ed7f7ed5b5a8012b9c38c1f95249641a;hp=abf0fc389c971ca8f19aa27c6c3ac53362c19741;hpb=c8234b00c3e102d33a467709edb284448dfb8e7e;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/resource.c b/libchimara/resource.c index abf0fc3..ba47dd4 100644 --- a/libchimara/resource.c +++ b/libchimara/resource.c @@ -1,4 +1,5 @@ #include "resource.h" +#include "stream.h" extern GPrivate *glk_data_key; @@ -38,7 +39,6 @@ giblorb_set_resource_map(strid_t file) glk_data->resource_map = newmap; glk_data->resource_file = file; - //giblorb_print_contents(newmap); return giblorb_err_None; }