diff options
author | Till Kamppeter <till.kamppeter@gmail.com> | 2010-08-10 19:07:55 +0200 |
---|---|---|
committer | Till Kamppeter <till.kamppeter@gmail.com> | 2010-08-10 19:07:55 +0200 |
commit | f14f89b26611aa52c15665850e882a7d0b0d6232 (patch) | |
tree | 6f805236601df7947aaa71d7d5e3891e2634244e /foomaticrip.h | |
parent | 283a9086c95c9a3fc94cd807f23244ec965bb55a (diff) |
foomatic-filters 4.0.5-0ubuntu1
Diffstat (limited to 'foomaticrip.h')
-rw-r--r-- | foomaticrip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/foomaticrip.h b/foomaticrip.h index a13a465..37c05b1 100644 --- a/foomaticrip.h +++ b/foomaticrip.h @@ -56,7 +56,7 @@ #define EXIT_JOBERR 3 /* job is defective */ #define EXIT_SIGNAL 4 /* terminated after catching signal */ #define EXIT_ENGAGED 5 /* printer is otherwise engaged (connection refused) */ -#define EXIT_STARVED = 6; /* starved for system resources */ +#define EXIT_STARVED 6 /* starved for system resources */ #define EXIT_PRNERR_NORETRY_ACCESS_DENIED 7 /* bad password? bad port permissions? */ #define EXIT_PRNERR_NOT_RESPONDING 8 /* just doesn't answer at all (turned off?) */ #define EXIT_PRNERR_NORETRY_BAD_SETTINGS 9 /* interface settings are invalid */ |