me-no-dev / ESPAsyncTCP

Async TCP Library for ESP8266
GNU Lesser General Public License v3.0
758 stars 394 forks source link

ESPAsyncTCP.h: remove unnecessary semicolon #187

Open MacDada opened 1 year ago

MacDada commented 1 year ago

Fixes a warning when compiling with -Wpedantic:

.pio/libdeps/nodemcu/ESPAsyncTCP/src/ESPAsyncTCP.h:34:2: warning: extra ';' [-Wpedantic]
   34 | };
      |  ^
MacDada commented 1 year ago

@me-no-dev I cannot run the github workflow checks – it needs your approval.

Could please spend the 5 minutes required to merge this PR? This is a really simple change, should be a no–brainer, while being beneficial for all :)