diff options
Diffstat (limited to 'print-atm.c')
-rw-r--r-- | print-atm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print-atm.c b/print-atm.c index 904fc47..2dee4e6 100644 --- a/print-atm.c +++ b/print-atm.c @@ -21,9 +21,7 @@ /* \summary: Asynchronous Transfer Mode (ATM) printer */ -#ifdef HAVE_CONFIG_H #include <config.h> -#endif #include "netdissect-stdinc.h" @@ -106,7 +104,7 @@ #define B_BEARER 0x5e /* broadband bearer capability */ #define B_LOWER 0x5f /* broadband lower information */ #define CALLING_PARTY 0x6c /* calling party number */ -#define CALLED_PARTY 0x70 /* called party nmber */ +#define CALLED_PARTY 0x70 /* called party number */ #define Q2931 0x09 |