summaryrefslogtreecommitdiff
path: root/tests/title.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2006-08-16 18:15:49 +0000
committerMikael Magnusson <mikachu@comhem.se>2006-08-16 18:15:49 +0000
commit2f4cd02a69b5fb71f011b0cc0a3a054dda1a175f (patch)
tree033d16cf3cf09ef2550123dec608048b55cd57f2 /tests/title.c
parent8eea64ca0847a36c3f0e9673b8b3c4bd11bc27ca (diff)
fix silly typo
Diffstat (limited to 'tests/title.c')
-rw-r--r--tests/title.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/title.c b/tests/title.c
index 38c82a69..1bcb2f23 100644
--- a/tests/title.c
+++ b/tests/title.c
@@ -45,7 +45,7 @@ int main (int argc, char **argv) {
if (argc > 3)
nameenc = XInternAtom(display,argv[3],False);
else
- nameenc = XInternAtom(display,argv[3],False);
+ nameenc = XInternAtom(display,"STRING",False);
win = XCreateWindow(display, RootWindow(display, 0),
x, y, w, h, 10, CopyFromParent, CopyFromParent,