diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2014-03-04 13:14:53 +0100 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2014-03-04 14:27:33 +0000 |
commit | 296591399f90a9d89be958d91047aa724a77ee6d (patch) | |
tree | 227c108d205e8103173ea1c5eff2fb5a1d604b48 /codecs/G722 | |
parent | 01467c294a21159d47ce27f271c60c8914e7c13a (diff) | |
download | wireshark-296591399f90a9d89be958d91047aa724a77ee6d.tar.gz wireshark-296591399f90a9d89be958d91047aa724a77ee6d.tar.bz2 wireshark-296591399f90a9d89be958d91047aa724a77ee6d.zip |
Remove all $Id$ from top of file
(Using sed : sed -i '/^ \* \$Id\$/,+1 d')
Fix manually some typo (in export_object_dicom.c and crc16-plain.c)
Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8
Reviewed-on: https://code.wireshark.org/review/497
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'codecs/G722')
-rw-r--r-- | codecs/G722/G722decode.c | 2 | ||||
-rw-r--r-- | codecs/G722/G722decode.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/codecs/G722/G722decode.c b/codecs/G722/G722decode.c index 746d150947..af45520d08 100644 --- a/codecs/G722/G722decode.c +++ b/codecs/G722/G722decode.c @@ -1,8 +1,6 @@ /* G722decode.c * A-law G.711 codec * - * $Id$ - * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs diff --git a/codecs/G722/G722decode.h b/codecs/G722/G722decode.h index 0b5d8d0f88..fa30a092c0 100644 --- a/codecs/G722/G722decode.h +++ b/codecs/G722/G722decode.h @@ -1,8 +1,6 @@ /* G722decode.h * Definitions for A-law G.722 codec * - * $Id$ - * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs |