Skip to content

Commit 27bcdb3

Browse files
akien-mgaauriamg
authored andcommitted
Fix double slash in include
Triggers a weird 9 year old RPM bug when extracting debugging information for the compiled binary: https://bugzilla.redhat.com/show_bug.cgi?id=304121
1 parent 17649cc commit 27bcdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network/protocols/server_lobby_room_protocol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "network/stk_peer.hpp"
3434
#include "online/online_profile.hpp"
3535
#include "online/request_manager.hpp"
36-
#include "states_screens//networking_lobby.hpp"
36+
#include "states_screens/networking_lobby.hpp"
3737
#include "states_screens/race_result_gui.hpp"
3838
#include "states_screens/waiting_for_others.hpp"
3939
#include "utils/log.hpp"

0 commit comments

Comments
 (0)