fix missing var warning

This commit is contained in:
Vítor Santos Costa 2016-02-20 20:40:23 +00:00
parent 52d0a38f8f
commit ef06ebe698
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ split_unquoted(SplitCodes, [C|New], Set) -->
split_unquoted(SplitCodes, New, Set).
split_unquoted(_, [], []) --> [].
split_quoted( [0'"], More) --> %0'"
split_quoted( [0'"], _More) --> %0'"
"\"".
split_quoted( [0'\\ ,C|New], More) -->
%0'"