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

View File

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