aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sigcomp-udvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/sigcomp-udvm.h')
-rw-r--r--epan/sigcomp-udvm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/sigcomp-udvm.h b/epan/sigcomp-udvm.h
index 8fcd792e17..15a7119b5d 100644
--- a/epan/sigcomp-udvm.h
+++ b/epan/sigcomp-udvm.h
@@ -13,12 +13,12 @@
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
@@ -36,7 +36,7 @@
#define UDVM_MEMORY_SIZE 65536
extern tvbuff_t* decompress_sigcomp_message(tvbuff_t *bytecode_tvb, tvbuff_t *message_tvb, packet_info *pinfo,
- proto_tree *tree, gint destination,
+ proto_tree *tree, gint destination,
gint print_flags, gint hf_id, gint header_len,
gint byte_code_state_len, gint byte_code_id_len,
gint udvm_start_ip);
@@ -44,6 +44,6 @@ extern tvbuff_t* decompress_sigcomp_message(tvbuff_t *bytecode_tvb, tvbuff_t *me
/* example: extern const value_string q931_cause_location_vals[]; */
-#endif
+#endif
/* SIGCOMP_UDVM_H */