Add in a missing newline.

Change-Id: I704be0f8a87c939b5058d574da833b237a32148d
Reviewed-on: https://code.wireshark.org/review/3419
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-08-04 15:34:37 -07:00
parent 01361a92cb
commit e095b535da
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ decode_as_open(void) {
fputs("# \"Decode As\" entries file for Wireshark " VERSION ".\n"
"#\n"
"# This file is regenerated each time \"Decode As\" preferences\n"
"# are saved within Wireshark. Making manual changes should be safe,"
"# are saved within Wireshark. Making manual changes should be safe,\n"
"# however.\n", da_file);
return da_file;