Get rid of a trailing blank.

Change-Id: I0cf6d04f5075ba1f064c40f4b39b32b6976b54c7
Reviewed-on: https://code.wireshark.org/review/5633
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-12-05 13:14:31 -08:00
parent b98c570969
commit 45103068ff
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ col_add_lstr(column_info *cinfo, const gint el, const gchar *str1, ...)
}
va_start(ap, str1);
str = str1;
str = str1;
do {
if G_UNLIKELY(str == NULL)
str = "(null)";