diff options
Diffstat (limited to 'patch')
| -rw-r--r-- | patch/layout_columns.h | 2 | ||||
| -rw-r--r-- | patch/layout_tile.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/patch/layout_columns.h b/patch/layout_columns.h index a589371..017243e 100644 --- a/patch/layout_columns.h +++ b/patch/layout_columns.h @@ -1,2 +1,2 @@ -static void col(Monitor *); +static void col(Monitor *m); diff --git a/patch/layout_tile.h b/patch/layout_tile.h index 78cafc8..4aff634 100644 --- a/patch/layout_tile.h +++ b/patch/layout_tile.h @@ -1,2 +1,2 @@ -static void tile(Monitor *); +static void tile(Monitor *m); |
