X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Ftrace-ir%2Fevent.c;h=433963ca8ecc46b62254c75ce7111b593e3ccb5a;hb=e2f7325d1e58710ee928373592adcee466f93d06;hp=5b4986043552063118936691d02e10310a80d48e;hpb=40f4ba76dd6f9508ca51b6220eaed57632281a07;p=babeltrace.git diff --git a/lib/trace-ir/event.c b/lib/trace-ir/event.c index 5b498604..433963ca 100644 --- a/lib/trace-ir/event.c +++ b/lib/trace-ir/event.c @@ -1,8 +1,7 @@ /* + * Copyright 2017-2018 Philippe Proulx * Copyright 2013, 2014 Jérémie Galarneau * - * Author: Jérémie Galarneau - * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights @@ -26,8 +25,8 @@ #include #include -#include -#include +#include +#include #include #include #include @@ -384,7 +383,7 @@ int bt_event_move_header_field(struct bt_event *event, BT_ASSERT_PRE_EVENT_HOT(event); stream_class = bt_event_class_borrow_stream_class_inline(event->class); BT_ASSERT_PRE(stream_class->event_header_fc, - "Stream class has no event header field classe: %!+S", + "Stream class has no event header field class: %!+S", stream_class); /* Recycle current header field: always exists */