Skip to content

Commit aaef6e2

Browse files
committed
2 parents c75d711 + 7b49d1e commit aaef6e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/CBNDKAUTOINSTALL.EN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Before using the template, after making these changes, you must restart `C::B`
5151

5252
### Features
5353

54-
> __Bug? __: unfortunately I did not find a direct way to add debugger parameters directly to the `C::B` project using its API.
54+
> __Bug?__: unfortunately I did not find a direct way to add debugger parameters directly to the `C::B` project using its API.
5555
> Currently, the debugger parameters are entered into the `Extensions/debugger1` section, but for operation it is necessary that these parameters be in the `Extensions/debugger` section.
5656
> After creating the project, use the editor to remove the `Extensions/debugger` section and rename the `Extensions/debugger1` section to `Extensions/debugger`.
5757
> An example of the contents of this section is given below.
@@ -75,9 +75,9 @@ Before using the template, after making these changes, you must restart `C::B`
7575
</debugger>
7676
```
7777

78-
> __Attention! __: the `cbp2ndk` and` android-elf-cleaner` utilities used in `NDK C::B template` are built for the 32bit version of Windows.
78+
> __Attention!__: the `cbp2ndk` and `android-elf-cleaner` utilities used in `NDK C::B template` are built for the 32bit version of Windows.
7979
> If you are using a 64bit platform and want to have executable files of the corresponding bitness, you need to rebuild the project yourself.
80-
> The `cbp2ndk` and` android-elf-cleaner` utilities in `C::B` are located along the following path:
80+
> The `cbp2ndk` and `android-elf-cleaner` utilities in `C::B` are located along the following path:
8181
8282
```
8383
<CodeBlocks base directory>\share\CodeBlocks\templates\wizard\ndk_android\exec\

0 commit comments

Comments
 (0)