1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Fix message literals.

This commit is contained in:
Bartosz Taudul
2017-10-21 12:39:26 +02:00
parent 3a0d77a35a
commit ad338a7cfd
4 changed files with 76 additions and 38 deletions
-1
View File
@@ -25,7 +25,6 @@ enum ServerQuery : uint8_t
ServerQuerySourceLocation,
ServerQueryPlotName,
ServerQueryMessage,
ServerQueryMessageLiteral,
};
enum { WelcomeMessageProgramNameSize = 64 };