Tweaked param name on setDREF in C client.

This commit is contained in:
Jason Watkins
2015-04-22 16:25:19 -07:00
parent df1c5e95e4
commit 02f4c92fce
2 changed files with 4 additions and 4 deletions

View File

@@ -149,7 +149,7 @@ int sendDATA(XPCSocket sock, float dataRef[][9], int rows);
/// \param values An array of values representing the data to set.
/// \param size The number of elements in values.
/// \returns 0 if successful, otherwise a negative value.
int setDREF(XPCSocket sock, const char* dref, float values[], int size);
int setDREF(XPCSocket sock, const char* dref, float value[], int size);
/// Gets the value of the specified dataref.
///