diff --git a/include/psyc/packet.h b/include/psyc/packet.h index d16dd1b..94d16f3 100644 --- a/include/psyc/packet.h +++ b/include/psyc/packet.h @@ -55,7 +55,7 @@ typedef enum /** Structure for a modifier. */ typedef struct -t{ +{ char oper; psycString name; psycString value;