cosmos72 / twin

Text mode window environment. A "retro" program for embedded or remote systems, that doubles as X11 terminal and text-mode equivalent of VNC server
Other
654 stars 38 forks source link

server: remove 'const' modifier on return types #85

Open szsam opened 1 year ago

szsam commented 1 year ago

The 'const' modifier has no effect on return types. The 'const' modifying the return type can be removed.