summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--synaptics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/synaptics.c b/synaptics.c
index baa90a9..7a42f7f 100644
--- a/synaptics.c
+++ b/synaptics.c
@@ -622,7 +622,7 @@ move_distance(int dx, int dy)
* right/lower edge.
*/
static void relative_coords(SynapticsPrivate *priv, int x, int y,
- double* relX, double* relY)
+ double *relX, double *relY)
{
int minX = priv->synpara->left_edge;
int maxX = priv->synpara->right_edge;