]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Minor typo - removed a trailing comma in an 'enum'. Thanks to Marius Strobl!
authorDarren Nickerson <darren.nickerson@ifax.com>
Sat, 15 Dec 2001 23:47:23 +0000 (23:47 +0000)
committerDarren Nickerson <darren.nickerson@ifax.com>
Sat, 15 Dec 2001 23:47:23 +0000 (23:47 +0000)
-Darren

faxd/FaxModem.h

index 625360269e2c08508be9a8bfc16501d41ad7ca25..b258a101c4522f934124cde54ce3bb02bd4d605a 100644 (file)
@@ -150,7 +150,7 @@ public:
     enum {                     // FaxModem::RTNHandling
         RTN_RETRANSMIT = 0,         // retransmit page after RTN until MCF/MPS
         RTN_GIVEUP     = 1,         // immediately abort
-        RTN_IGNORE     = 2,         // ignore error and send next page
+        RTN_IGNORE     = 2          // ignore error and send next page
     };
 
     virtual ~FaxModem();