diff --git a/src/model.c b/src/model.c index 374c9bf..d7e5f1e 100644 --- a/src/model.c +++ b/src/model.c @@ -4,7 +4,7 @@ char * get_short_position(e_location pos){ switch(pos) { case TOPLEFT: - return "TO"; + return "TL"; case TOPCENTER: return "TC"; case TOPRIGHT: