Skip to content

Commit

Permalink
karm-print: Added missing _LEN marker to Print::Orientation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Dec 12, 2024
1 parent 1c6eaea commit 38f56b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libs/karm-print/paper.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ struct Margins {

enum struct Orientation {
PORTRAIT,
LANDSCAPE
LANDSCAPE,

_LEN,
};

struct Settings {
Expand Down

0 comments on commit 38f56b3

Please sign in to comment.