nasm.c: Restore strings broken by `indent`
commitd879900c5a138654fb73758a98155f822b00893c
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 9 Jan 2010 13:40:03 +0000 (9 16:40 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 9 Jan 2010 17:36:18 +0000 (9 20:36 +0300)
tree931f814d36968575d7fb0d73fe5692781741300d
parentb849f7f6f709b7ca84448d86bdc1a9dfa984e2b8
nasm.c: Restore strings broken by `indent`

A number of strings are broken by nindent passed over the nasm.c.
Though the compiler doesn't care about this fact it's really
unpleasant to have a string split at "dot" symbol.

Lets restore it in a sake of readability.

(No change on binary level)

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
nasm.c