randpkt-core: add new line

Change-Id: If3624e8b42cdc6d2fcf8b42d389456607682dbb3
Reviewed-on: https://code.wireshark.org/review/12695
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Dario Lombardo 2015-12-17 10:05:46 +01:00 committed by Alexis La Goutte
parent ad36e1b43e
commit eb111742e0
1 changed files with 1 additions and 1 deletions

View File

@ -797,4 +797,4 @@ void randpkt_example_list(const char*** abbrev_list, const char*** longname_list
(*abbrev_list)[i] = examples[i].abbrev;
(*longname_list)[i] = examples[i].longname;
}
}
}