Skip to content

Commit

Permalink
Update export/planloader/planloader.h
Browse files Browse the repository at this point in the history
Co-authored-by: Weston Pace <weston.pace@gmail.com>
  • Loading branch information
EpsilonPrime and westonpace committed Feb 9, 2024
1 parent 8fc79fb commit 7f8a7da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion export/planloader/planloader.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ using SerializedPlan = struct {
char *buffer;
// If buffer is set, this is the size of the buffer.
int32_t size;
// If null the buffer is valid, otherwise this points to an error message.
// If null the buffer is valid, otherwise this points to a null terminated
// error string.
char *errorMessage;
};

Expand Down

0 comments on commit 7f8a7da

Please sign in to comment.