diff options
| author | Ray <[email protected]> | 2020-03-04 18:23:31 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-03-04 18:23:31 +0100 |
| commit | c3386300d34f77442beefcf7bfb857718e5c74fe (patch) | |
| tree | 53f15c17998c04746479947d3889a77db1183b52 /src | |
| parent | cb4c676f5d6e4ef0b62f63ee0b4f76fac0c8061d (diff) | |
| download | raylib-c3386300d34f77442beefcf7bfb857718e5c74fe.tar.gz raylib-c3386300d34f77442beefcf7bfb857718e5c74fe.zip | |
Remove comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/text.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1228,7 +1228,6 @@ char *TextReplace(char *text, const char *replace, const char *by) } // Insert text in a specific position, moves all text forward -// REQUIRES: strcpy() // WARNING: Allocated memory should be manually freed char *TextInsert(const char *text, const char *insert, int position) { |
