Skip to content

Commit

Permalink
Fix commnet format.
Browse files Browse the repository at this point in the history
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
  • Loading branch information
iwamatsu committed Feb 8, 2012
1 parent a6717d7 commit cffe97a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions const.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,19 @@
#define OK_EXIT 0
#define ERR_EXIT 1

// duration for showing error messages, as "login command failed", in seconds
/* duration for showing error messages,
* as "login command failed", in seconds
*/
#define ERROR_DURATION 5

// variables replaced in login_cmd
#define SESSION_VAR "%session"
#define THEME_VAR "%theme"

// variables replaced in pre-session_cmd and post-session_cmd
/* variables replaced in pre-session_cmd and post-session_cmd */
#define USER_VAR "%user"

// max height/width for images
/* max height/width for images */
#define MAX_DIMENSION 10000

#endif

0 comments on commit cffe97a

Please sign in to comment.