mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 10:15:07 +00:00
LibWeb: Fix build after GEMINI_DEBUG oopsie
This commit is contained in:
parent
3dbd5c98da
commit
c6c0a9abcb
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ static RefPtr<DOM::Document> create_gemini_document(const ByteBuffer& data, cons
|
|||
auto gemini_document = Gemini::Document::parse(gemini_data, url);
|
||||
String html_data = gemini_document->render_to_html();
|
||||
|
||||
#if GEMINI_DEBUG
|
||||
#ifdef GEMINI_DEBUG
|
||||
dbgln("Gemini data:\n\"\"\"{}\"\"\"", gemini_data);
|
||||
dbgln("Converted to HTML:\n\"\"\"{}\"\"\"", html_data);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue