aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2009-08-25 03:05:50 +0000
committerGlenn Morris <[email protected]>2009-08-25 03:05:50 +0000
commit5afa3a81e3a6f184158309ceaa68ccb2c0edea1e (patch)
treee7fcfbc2b0393021265ea334b779cb9464597127 /src/xterm.c
parent7bfd055df9e2fd70dc002e6ba26c6a56e02df6de (diff)
joakim at verona.se
Replace some C99 comments.
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index ae61983fae..e536d0ddc2 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -8654,7 +8654,7 @@ x_check_fullscreen (f)
return;
if (f->output_data.x->parent_desc != FRAME_X_DISPLAY_INFO (f)->root_window)
- return; // Only fullscreen without WM or with EWM hints (above).
+ return; /* Only fullscreen without WM or with EWM hints (above). */
if (f->want_fullscreen != FULLSCREEN_NONE)
{