Commit 8f77add6 authored by Scott Vokes's avatar Scott Vokes
Browse files

Fix typo.

parent f235b0a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,6 +64,6 @@ void Bus_Free(struct bus *b);
/* Inward facing portion of the message bus -- functions called
 * by other parts of the message bus, like the Listener thread,
 * but not by code outside the bus. */
#include "Bus_inward.h"
#include "bus_inward.h"

#endif