diff --git a/mp_fifo.h b/mp_fifo.h index fe4cba05c2..1605da03af 100644 --- a/mp_fifo.h +++ b/mp_fifo.h @@ -4,4 +4,4 @@ int mplayer_get_key(int fd); void mplayer_put_key(int code); -#endif +#endif /* MP_FIFO_H */ diff --git a/stream/pnm.h b/stream/pnm.h index de508004a7..fedc079db0 100644 --- a/stream/pnm.h +++ b/stream/pnm.h @@ -34,5 +34,4 @@ typedef struct pnm_s pnm_t; //int pnm_read (pnm_t *this, char *data, int len); -#endif - +#endif /* HAVE_PNM_H */