summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/position.h
diff options
context:
space:
mode:
authorFlorent Duchon2012-04-04 00:05:59 +0200
committerFlorent Duchon2012-04-04 00:05:59 +0200
commit720037c9a21a15910266fad2650fc446faa6ed58 (patch)
tree842fb5920e16b0efcf0e375ba3d06d9a3d289fa9 /digital/beacon/src/position.h
parente64f5c70e7553d2d37572f3efc766b13ce8a14b9 (diff)
digital/beacon: compilation warnings cleaning
Diffstat (limited to 'digital/beacon/src/position.h')
-rw-r--r--digital/beacon/src/position.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/beacon/src/position.h b/digital/beacon/src/position.h
index 9010e705..8cc77f2a 100644
--- a/digital/beacon/src/position.h
+++ b/digital/beacon/src/position.h
@@ -52,7 +52,7 @@ typedef struct
{
int x;
int y;
- int trust
+ int trust;
}opponent_s;
/* Coordinates structure */