diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-31 16:33:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-31 16:33:26 +0200 |
commit | 04eba016356f76d8953d459bf887a0c9f39f363c (patch) | |
tree | f8cca8dbc219baee13e963e0879d85cce6c53588 /src | |
parent | m (diff) | |
download | mds-04eba016356f76d8953d459bf887a0c9f39f363c.tar.gz mds-04eba016356f76d8953d459bf887a0c9f39f363c.tar.bz2 mds-04eba016356f76d8953d459bf887a0c9f39f363c.tar.xz |
m todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mds-clipboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-clipboard.c b/src/mds-clipboard.c index 85398d7..99fd372 100644 --- a/src/mds-clipboard.c +++ b/src/mds-clipboard.c @@ -80,7 +80,7 @@ static size_t clipboard_used[CLIPBOARD_LEVELS] = { 0, 0, 0 }; /** * The entries in each clipstack */ -static clipitem_t* clipboard[CLIPBOARD_LEVELS]; +static clipitem_t* clipboard[CLIPBOARD_LEVELS]; /* TODO: removed expired on danger */ |