cosmetic: remove runaway semicolon

Change-Id: I33c335dc8d564a8357ffb5b1163c2c4b1a578b49
Related: SYS#4139
Patch-by: Octasic inc.
This commit is contained in:
Philipp Maier 2018-04-10 13:12:42 +02:00
parent 42f2d61ac9
commit 8ccf704608
1 changed files with 1 additions and 1 deletions

View File

@ -630,6 +630,6 @@ int pcu_rx(uint8_t msg_type, struct gsm_pcu_if *pcu_prim)
msg_type);
rc = -EINVAL;
}
;
return rc;
}