summaryrefslogtreecommitdiff
path: root/libavutil/mem.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-01 12:28:18 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-01-01 12:28:18 +0000
commit702d0a9e85912961d66c62bc2e019ba3290ce78d (patch)
treed4543b335adf14b367006d421352802207f3b025 /libavutil/mem.h
parentf514b4f9376fa6d5ab56276556b0ffc12143c554 (diff)
Remove residual use of the doxygen markup which is deprecated,
consistent with r19122. Originally committed as revision 20989 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/mem.h')
-rw-r--r--libavutil/mem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/mem.h b/libavutil/mem.h
index 37ba276d08..aa083a7496 100644
--- a/libavutil/mem.h
+++ b/libavutil/mem.h
@@ -67,7 +67,7 @@ void *av_malloc(unsigned int size) av_malloc_attrib av_alloc_size(1);
/**
* Allocates or reallocates a block of memory.
- * If ptr is NULL and size > 0, allocates a new block. If \p
+ * If ptr is NULL and size > 0, allocates a new block. If
* size is zero, frees the memory block pointed to by ptr.
* @param size Size in bytes for the memory block to be allocated or
* reallocated.