X-Git-Url: https://git.stderr.nl/gitweb?p=projects%2Fchimara%2Fchimara.git;a=blobdiff_plain;f=libchimara%2Fresource.c;h=ba47dd41dff43137c9c319c99b7e60c2c367a48a;hp=abf0fc389c971ca8f19aa27c6c3ac53362c19741;hb=bb6ef9669d8f9ba58c52e1cadae9b7b303d5bc70;hpb=77fe88af15dc59b5595822f70d75082f1ccd34a4 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; }