diff options
| author | Paul Eggert | 2013-03-04 23:10:55 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-03-04 23:10:55 -0800 |
| commit | a2332e8da9cc241d84cc3e217a6b5fa3c5221f3a (patch) | |
| tree | 64b8c6322fddde428473cdb125cf96f1ab1a1902 /src | |
| parent | 28b6b84d4e91cf39c85f194c29b8e044ae6bac87 (diff) | |
| download | emacs-a2332e8da9cc241d84cc3e217a6b5fa3c5221f3a.tar.gz emacs-a2332e8da9cc241d84cc3e217a6b5fa3c5221f3a.zip | |
Remove stray character from license URL.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xgselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xgselect.c b/src/xgselect.c index db7dce10ad0..2c8e9671abb 100644 --- a/src/xgselect.c +++ b/src/xgselect.c | |||
| @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
| 15 | GNU General Public License for more details. | 15 | GNU General Public License for more details. |
| 16 | 16 | ||
| 17 | You should have received a copy of the GNU General Public License | 17 | You should have received a copy of the GNU General Public License |
| 18 | along with GNU Emacs. If not, see <httpยง://www.gnu.org/licenses/>. */ | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #include <config.h> | 20 | #include <config.h> |
| 21 | 21 | ||