projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
para_write: Return proper error code.
[paraslash.git]
/
mm.c
diff --git
a/mm.c
b/mm.c
index
885b630
..
a9f4b9b
100644
(file)
--- a/
mm.c
+++ b/
mm.c
@@
-1,5
+1,5
@@
/*
/*
- * Copyright (C) 2007-20
09
Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2007-20
11
Andre Noll <maan@systemlinux.org>
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
@@
-32,7
+32,7
@@
enum mood_comparator_id {MOOD_COMPARATORS NUM_MOOD_COMPARATORS};
#undef MC
#define MC(a, b) # b,
enum mood_comparator_id {MOOD_COMPARATORS NUM_MOOD_COMPARATORS};
#undef MC
#define MC(a, b) # b,
-const char const *mood_comparators[] = {MOOD_COMPARATORS};
+
static
const char const *mood_comparators[] = {MOOD_COMPARATORS};
#undef MC
static int parse_mood_comparator(const char *word)
#undef MC
static int parse_mood_comparator(const char *word)