diff options
Diffstat (limited to 'gas/config/rl78-parse.y')
-rw-r--r-- | gas/config/rl78-parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/rl78-parse.y b/gas/config/rl78-parse.y index f34903e..b879581 100644 --- a/gas/config/rl78-parse.y +++ b/gas/config/rl78-parse.y @@ -1551,7 +1551,7 @@ expr_is_word_aligned (expressionS exp) if (v & 1) return 0; return 1; - + } static void |