Skip to content

Commit 41614a1

Browse files
committed
Small fix for generated c++ header
1 parent 3aec549 commit 41614a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algamize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ echo "// compact25519 $VERSION
7474
#ifndef __COMPACT_25519_H
7575
#define __COMPACT_25519_H
7676
#if defined(__cplusplus)
77-
extern "C" {
77+
extern \"C\" {
7878
#endif
7979
8080
// provide your own decl specificier like "-DCOMPACT_25519_DECL=ICACHE_RAM_ATTR"

0 commit comments

Comments
 (0)