--- a/src/dataBuffer.h Tue Jul 22 04:40:33 2014 +0300 +++ b/src/dataBuffer.h Tue Jul 22 12:57:46 2014 +0300 @@ -32,7 +32,7 @@ #include "main.h" #include "stringTable.h" -// ------------------------------------------------------------------------------------------------ +// _________________________________________________________________________________________________ // // The DataBuffer class stores a section of bytecode. Buffers are allocated on // the heap and written to using the @c write* functions. Buffers can be cut and @@ -84,7 +84,7 @@ void copyBuffer (const DataBuffer* buf); }; -// ------------------------------------------------------------------------------------------------ +// _________________________________________________________________________________________________ // // Returns the amount of bytes written into the buffer. //