X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdt%2Feditbool.h;h=eb0a72dbac6e2502a0f77a75b103bd27f55cdf6a;hb=55c86437d5591127574d5a1993f0c62ab2443e8e;hp=de9766c50b6d4fda13c290a5598e0855c9f479c1;hpb=aa5a26b7b1d4660c1d6210b582e7d91d90ab5457;p=bertos.git diff --git a/bertos/dt/editbool.h b/bertos/dt/editbool.h index de9766c5..eb0a72db 100644 --- a/bertos/dt/editbool.h +++ b/bertos/dt/editbool.h @@ -31,7 +31,6 @@ * * \brief Edit bool widget (interface). * - * \version $Id$ * \author Francesco Sacchi */ @@ -55,4 +54,4 @@ void editbool_update(DEditBool *e, dtag_t tag, dval_t val); void editbool_draw(DEditBool *e); -#endif +#endif /* DT_EDITBOOL_H */