Seperatig string literal from macro

From C++11 and beyond string literals must be seperated by space
so that they are recongizable as seperate tokens.

Context macro in PPPCellularInterface (CTX) has been causing issues
as it was not augmented with a space from a nearby string literal.
pull/5116/head
Hasnain Virk 2017-09-15 17:29:42 +03:00
parent 0906be6397
commit 8c9a0b3aa5
1 changed files with 2 additions and 2 deletions