X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=types%2Ftypes.c;h=a8ead299d2cad665135671a6bc9110c262c4a06e;hb=a3cca9e94429c6a510f60924daf24ca9bd924753;hp=e57624fb707b73225b2400d4b8f29d192e828132;hpb=d00d17d1e06065eb31a699ce59e16ceb6b858029;p=babeltrace.git diff --git a/types/types.c b/types/types.c index e57624fb..a8ead299 100644 --- a/types/types.c +++ b/types/types.c @@ -447,9 +447,8 @@ struct definition_scope * } /* - * in: path, out: q (GArray of GQuark) + * in: path (dot separated), out: q (GArray of GQuark) */ -static void append_scope_path(const char *path, GArray *q) { const char *ptrbegin, *ptrend = path;