projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
command_util.sh: Make it read the function prototype from the source file
[paraslash.git]
/
error.h
diff --git
a/error.h
b/error.h
index
9563303
..
34b18f1
100644
(file)
--- a/
error.h
+++ b/
error.h
@@
-518,7
+518,7
@@
extern const char **para_errlist[];
*/
#define PARA_ERROR(err, msg) E_ ## err
-#define SS_NAME(ss) para_errlist[ss]? para_errlist[ss][0] : ""
+
//
#define SS_NAME(ss) para_errlist[ss]? para_errlist[ss][0] : ""
/** \cond popcorn time */
SS_ENUM(GUI);