Skip to content

Commit

Permalink
Fix some style bugs.
Browse files Browse the repository at this point in the history
Submitted by:	bde
  • Loading branch information
Mike Barcroft authored and Mike Barcroft committed Aug 5, 2002
1 parent cad8e82 commit b79204a
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions include/fmtmsg.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
#define _FMTMSG_H_

/* Source of condition is... */
#define MM_HARD 0x0001 /* hardware. */
#define MM_SOFT 0x0002 /* software. */
#define MM_FIRM 0x0004 /* fireware. */
#define MM_HARD 0x0001 /* ...hardware. */
#define MM_SOFT 0x0002 /* ...software. */
#define MM_FIRM 0x0004 /* ...fireware. */

/* Condition detected by... */
#define MM_APPL 0x0010 /* application. */
#define MM_UTIL 0x0020 /* utility. */
#define MM_OPSYS 0x0040 /* operating system. */
#define MM_APPL 0x0010 /* ...application. */
#define MM_UTIL 0x0020 /* ...utility. */
#define MM_OPSYS 0x0040 /* ...operating system. */

/* Display on... */
#define MM_PRINT 0x0100 /* standard error. */
#define MM_CONSOLE 0x0200 /* system console. */
#define MM_PRINT 0x0100 /* ...standard error. */
#define MM_CONSOLE 0x0200 /* ...system console. */

#define MM_RECOVER 0x1000 /* Recoverable error. */
#define MM_NRECOV 0x2000 /* Non-recoverable error. */
Expand All @@ -67,6 +67,7 @@
#define MM_NOCON 2 /* Failed to output to console. */
#define MM_NOTOK 3 /* Failed to output anything. */

int fmtmsg(long, const char *, int, const char *, const char *, const char *);
int fmtmsg(long, const char *, int, const char *, const char *,
const char *);

#endif /* _FMTMSG_H_ */
#endif /* !_FMTMSG_H_ */

0 comments on commit b79204a

Please sign in to comment.