Skip to content

Commit

Permalink
Fix unclosed string literal
Browse files Browse the repository at this point in the history
  • Loading branch information
doanamo committed Jan 29, 2025
1 parent 101a259 commit 7e32c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/Platform/Window.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#elif defined(PLATFORM_LINUX)
#include "Linux/Window.hpp"
#else
#error "Unknown platform!
#error "Unknown platform!"
#endif

namespace Platform
Expand Down

0 comments on commit 7e32c3a

Please sign in to comment.