fix the real bug, that was hidden in the .h
[apps/madmutt.git] / lib-lib / str.h
index 345c16c..8c793fb 100644 (file)
@@ -224,8 +224,7 @@ static inline char *vskipspaces(const char *s) {
     return (char *)skipspaces(s);
 }
 
-char *m_strrtrim(char *s)
-    __attribute__((nonnull(1)));
+char *m_strrtrim(char *s);
 
 /****************************************************************************/
 /* search                                                                   */